Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: is a pandas dataframe timeseries time index in a specified range (but ignoring date)?
Post: RE: is a pandas dataframe timeseries time index in...

Thanks, I like this idea as it's quite practical. One issue I'm finding is that my datetimeindex is an immutable array of datetime objects. there doesn't seem to be any simple way to convert this dir...
m_lotinga Data Science 4 19,190 Dec-12-2016, 10:51 PM
    Thread: is a pandas dataframe timeseries time index in a specified range (but ignoring date)?
Post: RE: is a pandas dataframe timeseries time index in...

Thanks for your reply.  It's possible using  datesinseries = pd.Series(df.index).map(lambda t: t.date()).unique()but a) it seems a roundabout way to do it, and b) I'm not sure how to combine a date ...
m_lotinga Data Science 4 19,190 Dec-09-2016, 08:55 PM
    Thread: is a pandas dataframe timeseries time index in a specified range (but ignoring date)?
Post: is a pandas dataframe timeseries time index in a s...

I have a dataset of indexed timeseries data in csv file format that I'm reading to a pandas dataframe, and specifying the index as the column of time entries: import pandas as pd df = pd.read_csv(fil...
m_lotinga Data Science 4 19,190 Dec-09-2016, 07:36 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020