python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Need to create a column for AGE using Birth Year in python
I have a column "Birth Year". Using that column I need to create a separate column "Age".
Monish Kanipakam
Votes: 0
Answers: 1
Python: find most recent date in one column with no matching date in another
I have two date columns representing Entries and Exits from facilities for clients.
ID
entry_date
exit_date
original_entrydate
003246
2022-03-22
NaN
2012-10-01
003246
2015-07-24
2022-03-22
2...
Joseph Shuffield
Votes: 0
Answers: 1
How do I copy files by date created?
I am trying to copy files from one folder to another. Sometimes the folder has 5 gigs worth of files, but I only need two months worth of files. How do I tell python to copy files from a date range of...
Beyond Unknown
Votes: 0
Answers: 1
How to populate 2 columns in DataFrame with same "def" function?
I have a data frame that has a date column, what I need is to create another 2 columns with the "start of week date" and "end of week date". The reason for this is that I will then...
Jefferson Robinski
Votes: 0
Answers: 2