Description
In this question, you are required to extract the last dates data of each month from a time series.
Recommended Packages
datetime (strptime)
pandas (to_datetime)
Input
ukpound_exchange.csv
Output
output.csv
Sample Input
datevalue
10-01-20161
20-01-20162
30-01-20163
Sample Output
datevalue
30-01-20163
Important Notes
It is a good idea to convert the date string into a datetime object.

![[SOLVED] Description](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[SOLVED] Naughty Receiver - Reliable Data Transfer](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.