-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
missing pandas.core.config in v0.25 #27471
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
Comments
pandas.core has been private for quite a while i would just call the pd.set_option() |
@jreback well and |
years |
does not say anything since we need some legacy |
you are using kong private api use at your own risk |
sorry, but |
Unfortunately, it's only documented as private: https://pandas.pydata.org/pandas-docs/stable/reference/index.html Changing it to |
i disagree i am going to deprecate this otherwise we will never get out of this hole |
May be worth trying (starting with a DeprecationWarning, right?) Then
moving to FutureWarning?
…On Mon, Jul 22, 2019 at 11:01 AM Jeff Reback ***@***.***> wrote:
Unfortunately, it's only documented as private:
https://pandas.pydata.org/pandas-docs/stable/reference/index.html
Changing it to _core would likely be too disruptive at this stage.
i disagree
i am going to deprecate this
otherwise we will never get out of this hole
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#27471?email_source=notifications&email_token=AAKAOIW5QPVCM3TSURYYQDTQAXKW3A5CNFSM4IFCVQUKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2QLJUI#issuecomment-513848529>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKAOIR3IFMPNTFXXLDPFBDQAXKW3ANCNFSM4IFCVQUA>
.
|
yeah maybe |
Problem description
I need a print table with several columns by default for automatic test purposes while the default number of columns changed from version v0.23. I was using a simple check
but this was broken from v0.25 since the config is missing
I have checked the release notes but I dd not find any info about moving this property...
Code Sample
Expected Output
Extending the columns to be shown
Output of
pd.show_versions()
The text was updated successfully, but these errors were encountered: