We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d4b82f + 3a3688d commit 256fc87Copy full SHA for 256fc87
README.md
@@ -229,7 +229,7 @@ class Image(AsDataArray):
229
y: Coordof[YAxis] = 0
230
```
231
232
-### General data varible names in Dataset creation
+### General data variable names in Dataset creation
233
234
Due to the limitation of Python's parameter names, it is not possible to define data variable names that contain white spaces, for example.
235
In such cases, please define DataArray classes of each data variable so that they have name fields and specify them by `Dataof` in a Dataset class.
0 commit comments