Skip to main content

Questions tagged [date]

1 vote
0 answers
60 views

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 ...
Chris Lindgren's user avatar
1 vote
1 answer
112 views

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 ...
astrobiologist's user avatar
1 vote
1 answer
1k views

My input is "20220212" and I should get output like "2022-02-12T00:00:00+00:00" I have written the following ...
Monisha Sivanathan's user avatar
0 votes
1 answer
250 views

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 ...
Thomas Arildsen's user avatar