Questions tagged [date]
The date tag has no summary.
4 questions
1
vote
0
answers
60
views
Why are there date discrepencies in 2024 North Carolina absentee ballot data?
I've been working with North Carolina's mail-in/absentee ballot data for the 2024 general election. There are 327 rows with ballot request dates prior to 2024, including a few marked in years much ...
1
vote
1
answer
112
views
What would be the appropriate dtype for date data when described as "discrete"?
I recently took the Practical Exam for Data Scientist Associate in DataCamp. There were 5 tasks to complete and I was able to pass all except one. The task basically requires me to clean a DataFrame ...
1
vote
1
answer
1k
views
convert a date string to utc timezone in pyspark
My input is "20220212" and I should get output like "2022-02-12T00:00:00+00:00"
I have written the following ...
0
votes
1
answer
250
views
How to parse month string as Pandas Period
I have imported data as a Pandas DataFrame which has string representing months of various years such as: 'Nov-23', 'Mar-24' etc.
I would like to parse these strings into proper Pandas Periods. If I ...