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.
1 parent f8ed6c5 commit b7da0adCopy full SHA for b7da0ad
src/core/ydata/core/datatype.py
@@ -0,0 +1,6 @@
1
+from .enum import StringEnum
2
+
3
4
+class DataType(StringEnum):
5
+ TABULAR = "tabular"
6
+ TIMESERIES = "timeseries"
0 commit comments