Concept Flow - dt accessor for datetime properties
Start with datetime Series
Use .dt accessor
Access datetime property
Get new Series with property values
Use result for analysis or display
You start with a pandas Series of dates, use the .dt accessor to reach datetime properties, then get a new Series with those property values.