Support timestamp and date feature types
See original GitHub issue- add a date type
- detect dates, ie
allenai/c4
->timestamp
,curiosity_dialogs
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
Date & Time Data Types
This topic describes the data types supported in Snowflake for managing dates, times, and timestamps (combined date + time). It also describes the...
Read more >11.2.2 The DATE, DATETIME, and TIMESTAMP Types
The DATE , DATETIME , and TIMESTAMP types are related. This section describes their characteristics, how they are similar, and how they differ....
Read more >Date, time, and timestamp data types - Db2
A timestamp is a seven-part value representing a date and time by year, month, day, hour, minute, second, and microsecond, in the range...
Read more >Timestamps, Time Zones, Time Ranges, and Date Formats
We support several options for timestamps, time zones, time ranges, and dates. When collecting log data, the timestamp attached to messages is vital,...
Read more >Date and time data types (DATE, TIME, and TIMESTAMP)
Use datetime data types to specify data of date and time at a time zone, DATE for a specific date, TIME for time...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
As of recently,
datasets
supports the PyArrow Timestamp type (yieldsdatetime.datetime
objects in Python), so I plan to update the existing datasets with the new type. I’ll let you know once it’s done.Currently, we miss the following list of
dtype
when_type == Value
:See https://github.com/huggingface/datasets-server/blob/main/services/worker/tests/test_features.py