File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ dependencies:
116
116
- fsspec>=0.7.4 # for generic remote file operations
117
117
- gcsfs>=0.6.0 # file IO when using 'gcs://...' path
118
118
- sqlalchemy # pandas.read_sql, DataFrame.to_sql
119
- - xarray<0.19 # DataFrame.to_xarray
119
+ - xarray # DataFrame.to_xarray
120
120
- cftime # Needed for downstream xarray.CFTimeIndex test
121
121
- pyreadstat # pandas.read_spss
122
122
- tabulate>=0.8.3 # DataFrame.to_markdown
Original file line number Diff line number Diff line change @@ -3074,7 +3074,7 @@ class (index) object 'bird' 'bird' 'mammal' 'mammal'
3074
3074
3075
3075
>>> df_multiindex.to_xarray()
3076
3076
<xarray.Dataset>
3077
- Dimensions: (animal : 2, date : 2)
3077
+ Dimensions: (date : 2, animal : 2)
3078
3078
Coordinates:
3079
3079
* date (date) datetime64[ns] 2018-01-01 2018-01-02
3080
3080
* animal (animal) object 'falcon' 'parrot'
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ aiobotocore<2.0.0
80
80
fsspec >= 0.7.4
81
81
gcsfs >= 0.6.0
82
82
sqlalchemy
83
- xarray < 0.19
83
+ xarray
84
84
cftime
85
85
pyreadstat
86
86
tabulate >= 0.8.3
You can’t perform that action at this time.
0 commit comments