-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CLN: deprecate/remove the pandas.tseries.plotting.tsplot function #18627
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
i would like to take up this issue. can i?? |
@starlord1311 Yes, sure! |
@jorisvandenbossche can you tell what i am supposed to do? |
You need to add a deprecation warning to the tsplot function, see eg #18258 |
But can ts.plot use err_style? This is why I use this function, to show replicates. |
@r-velde can you show a code example? |
With the following data in excel: Group | Well | Time | Area | Time (Weeks) |
@r-velde this is |
@jorisvandenbossche Okay thanks. |
xref #17814
As far as I can see, the
tsplot
function (https://github.com/pandas-dev/pandas/blob/master/pandas/plotting/_timeseries.py#L23) is not used internally, and it is not exposed in thepandas.plotting
namespace (it is still exposed inpandas.tseries.plotting
).And I also don't think it is actually a useful function for users? (they would just do
ts.plot()
, and here you have to awkwardly provide an actual plotting function)The text was updated successfully, but these errors were encountered: