You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,6 @@
3
3
Pydantic CSV makes working with CSV files easier and much better than working with Dicts. It uses pydantic BaseModels to store data of every row on the CSV file and also uses type annotations which enables proper type checking and validation.
4
4
5
5
## Table of Contents
6
-
7
-
___
8
6
-[Main features](#main-features)
9
7
-[Installation](#installation)
10
8
-[Getting started](#getting-started)
@@ -19,8 +17,6 @@ ___
19
17
-[Copyright and License](#copyright-and-license)
20
18
-[Credits](#credits)
21
19
22
-
___
23
-
24
20
## Main features
25
21
26
22
- Use `pydantic.BaseModel` instead of dictionaries to represent the rows in the CSV file.
0 commit comments