Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How argument ignored in to_timestamp #1764

Closed
dhirschfeld opened this issue Aug 14, 2012 · 1 comment
Closed

How argument ignored in to_timestamp #1764

dhirschfeld opened this issue Aug 14, 2012 · 1 comment
Labels
Bug Datetime Datetime data dtype
Milestone

Comments

@dhirschfeld
Copy link
Contributor

As discussed in https://groups.google.com/group/pydata/browse_thread/thread/180249bd46ed1944 the following fails:

def test_to_timstamp_how():
    months = pd.period_range('01-Aug-2012', periods=1, freq='M')
    assert months[0].asfreq('S','S').to_timestamp() == months.to_timestamp(how='start')[0]
#
@ghost ghost assigned changhiskhan Nov 2, 2012
@changhiskhan
Copy link
Contributor

related to #2124 #2125

wesm added a commit that referenced this issue Nov 4, 2012
* chang/to-timestamp:
  BUG: add same to_timestamp change to PeriodIndex
  BUG: change default frequency for to_timestamp
  BUG: start_time end_time to_timestamp bugs #2124 #2125 #1764
@wesm wesm closed this as completed Nov 4, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Datetime Datetime data dtype
Projects
None yet
Development

No branches or pull requests

3 participants