Commit aeb36d9
Feature; Make the use of Optional fields possible when parsing df (Optional columns) (#16)
* use the right pyproject.toml to get rid of problems between black and isort
* create tests for optional types, adjust code accordanly and create new optional type with helper function to parse nan's
* create tests for optional types, adjust code accordanly and create new optional type with helper function to parse nan's
* update lock file, update pydantic version and specify deps constraint for future updates
* add pandas stubs
* add multiprocess to the pyproject.toml
* run isort on all files
---------
Co-authored-by: Wessel Huising <wesselhuising@gmail.com>1 parent 03a115c commit aeb36d9
15 files changed
Lines changed: 662 additions & 508 deletions
File tree
- src/pandantic
- tests
- benchmarks
- models
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
88 | 107 | | |
89 | 108 | | |
0 commit comments