-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
ENH: raise TypeError if offsets which are not supported as period frequency pass to asfreq #56718
Comments
take |
I can fix the issue. I would like to contribute. |
can i take this ? |
@dreamboxtech, @code-master-ajay, another contributor is currently working on this issue |
hello everyone .. im new to open source contributing i have one doubt if one person take a one issue in github another person can take to wrork same issue? different people work in same repo if i solve the issue can i send a merge pull request? |
Hello @sabari906. Yes you can. I will recommend you to read |
closed by #56945 |
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
In this case we get
AttributeError: 'pandas._libs.tslibs.offsets.MonthBegin' object has no attribute '_period_dtype_code'
Expected Behavior
the expected message should be
TypeError: MS is not supported as period frequency
Installed Versions
Replace this line with the output of pd.show_versions()
The text was updated successfully, but these errors were encountered: