-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drafted Python code in posts/data-storage-comparison
- Loading branch information
1 parent
bf03c58
commit d557895
Showing
13 changed files
with
421 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
_freeze/posts/data-storage-comparison/index/execute-results/html.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
character_column,date_column,datetime_column,numeric_column,integer_column,logical_column | ||
A,2023-01-01,2023-01-01T10:00:00Z,1.5,1,TRUE | ||
B,2023-02-01,2023-02-01T11:00:00Z,2.5,2,FALSE | ||
C,2023-03-01,2023-03-01T12:00:00Z,3.5,3,FALSE | ||
D,2023-04-01,2023-04-01T13:00:00Z,4.5,4,TRUE | ||
A,2023-01-01,2023-01-01 10:00:00,1.5,1,True | ||
B,2023-02-01,2023-02-01 11:00:00,2.5,2,False | ||
C,2023-03-01,2023-03-01 12:00:00,3.5,3,False | ||
D,2023-04-01,2023-04-01 13:00:00,4.5,4,True |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
character_column,date_column,datetime_column,numeric_column,integer_column,logical_column | ||
A,2023-01-01,2023-01-01 10:00:00,1.5,1,True | ||
B,2023-02-01,2023-02-01 11:00:00,2.5,2,False | ||
C,2023-03-01,2023-03-01 12:00:00,3.5,3,False | ||
D,2023-04-01,2023-04-01 13:00:00,4.5,4,True |
Binary file not shown.
Binary file renamed
BIN
+12 KB
posts/data-storage-comparison/data.duckdb → ...ata-storage-comparison/data_python.sqlite
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters