0

I have a set of start and end dates. I am trying to make a plot where the left x axis is the earliest date and the right is the latest date. I am attempting to make the y axis consist of a list of named events. The plots purpose is to help me see when there are periods with large amounts of named events happening at the same time. An example of my dataset is as follows: Sample Data Table

I have tried various ways to identify minimum and maximum dates such as np.min(Activated Date) and using the name of the dataframe I have read it into and trying df['Activated Date'].min() but this has only displayed January 11th rather than January 6th. Any help would be greatly appreciated!

  • SO is not a coding service. Please read the following documentation. [Take the Tour](https://stackoverflow.com/tour), [How to ask a good question](https://stackoverflow.com/help/how-to-ask), & [On Topic](https://stackoverflow.com/help/on-topic). Always provide a [mre] with **code, data, errors, current & expected output, as [formatted text](https://stackoverflow.com/help/formatting)** (no images of data) & you're expected to [try to solve the problem first](https://meta.stackoverflow.com/questions/261592). – Trenton McKinney Aug 12 '21 at 15:54

0 Answers0