Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Visualization
- session-basedRecommendation
- 지도시각화
- sshtunnel
- VScodeNotResponding
- MatrixFactorization
- implicitData
- LatentFactorModel
- Python
- iterrows
- gluonnlp
- Colab
- decimal error
- BloombergMarketConcepts
- DIF_SR
- pandas
- json
- wordembedding
- github2FA
- vscode
- Convert
- jsonl
- str.replace
- 텐서플로자격증
- Cast
- TensorflowDeveloperCertificate
- MySQL
- ExplicitData
- numpy.bool
- jsonlines
Archives
- Today
- Total
목록jsonl (1)
garret
[Data Format] JSON vs. JSON Lines
GPT를 공부하다가 발견한 JSON Lines. json과 jsonl은 형태도 비슷해 보여서 정확한 차이점을 공부해보았다. JSON Lines JSONL text format is also referred to as newline-delimited JSON. JSON Lines is an easy-to-use format for storing structured data that allows for record-by-record processing. JSON에서 발전된 형태로, 각 라인이 별개의 JSON으로 구성되는 형식. JSON Lines Format 1. UTF-8 Encoding 2. 각 라인은 유요한 JSON 값이어야 한다. 3. Line separator는 '\n' JSONL 포맷과 JSON ..
Programming
2023. 6. 7. 18:29