Skip to content

Commit 3bf18f1

Browse files
author
Nathan Richard
committed
Merge remote-tracking branch 'origin/main'
2 parents 3947e74 + 706dbdd commit 3bf18f1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
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.
44

55
## Table of Contents
6-
7-
___
86
- [Main features](#main-features)
97
- [Installation](#installation)
108
- [Getting started](#getting-started)
@@ -19,8 +17,6 @@ ___
1917
- [Copyright and License](#copyright-and-license)
2018
- [Credits](#credits)
2119

22-
___
23-
2420
## Main features
2521

2622
- Use `pydantic.BaseModel` instead of dictionaries to represent the rows in the CSV file.

0 commit comments

Comments
 (0)