Commit 8c0c51f 1 parent 1d881a7 commit 8c0c51f Copy full SHA for 8c0c51f
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -875,7 +875,7 @@ def load(
875
875
if len (self ._timestamp_columns ) > 0 :
876
876
self ._timestamp_column = self ._timestamp_columns [0 ]
877
877
if self ._timestamp_column is not None :
878
- ts_type = self .schema .field (self ._timestamp_colum ).type
878
+ ts_type = self .schema .field (self ._timestamp_column ).type
879
879
if hasattr (ts_type , "tz" ):
880
880
tz = ts_type .tz
881
881
else :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ name = "pydala2"
23
23
readme = " README.md"
24
24
repository = " https://github.com/legout/pydala2"
25
25
requires-python = " >= 3.10"
26
- version = " 0.9.3.5 "
26
+ version = " 0.9.3.6 "
27
27
28
28
[project .optional-dependencies ]
29
29
legacy = [" polars-lts-cpu>=0.20.4" ]
You can’t perform that action at this time.
0 commit comments