Skip to content

Commit 2839e64

Browse files
Add Titanic example and improve optional type to be usable with str type (#39)
* add example for titanic code * improve the optional type from pandantic * adjust test to check for optional str * add titanic csv * exception for titanic csv for exmaple --------- Co-authored-by: Wessel Huising <wessel.huising@mollie.com>
1 parent 354dc7b commit 2839e64

5 files changed

Lines changed: 998 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Project specific
22
*.code-workspace
33
*.csv
4+
!titanic.csv
45
*.DS_Store
56

67
# Byte-compiled / optimized / DLL files

0 commit comments

Comments
 (0)