Python Forum
Date_Range Frequency List
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Date_Range Frequency List
#1

Hi,

I'm generating a very simple time series as follows:

import pandas as pd
dseries = pd.date_range('2015 Jan 01', periods=100, freq = 'd')
This works fine, but does anyone know how to find a complete list of choices for "freq"?
....And more generally, how do we find complete lists for input parameters? I couldn't find anything in the documentation.

Thanks!
Reply
#2
http://pandas.pydata.org/pandas-docs/sta...et-aliases
in the docs, if you click on [Source] it will open the source in a Github repo. See lines 2176-2177
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  frequency list from wordcloud acdcfanman15 5 8,261 Oct-31-2019, 03:28 PM
Last Post: ichabod801

Forum Jump:

User Panel Messages

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