-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG? Can construct constant Series and DataFrame, but not Panel or Panel4D #8285
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
Labels
Milestone
Comments
Panel and subclasses use the same constructors (so a panel and Panel4d should behave similarly) but this should work with a scalar |
Closed
mortada
added a commit
to mortada/pandas
that referenced
this issue
Mar 13, 2015
jreback
added a commit
that referenced
this issue
Mar 14, 2015
support constructing Panel or Panel4D with scalar data, fixes #8285
yarikoptic
added a commit
to neurodebian/pandas
that referenced
this issue
Jul 2, 2015
Version 0.16.0 * tag 'v0.16.0': (24 commits) RLS: v0.16.0 final DOC: update release notes, v0.16.0.txt DOC: further clean-up whatsnew file DOC: add v0.16.1.txt starter template TST: remove old tests that just skipped Added itertools.groupby equivalent example. COMPAT: windows dtype fix on series formatting tests DOC: io.rst fixups DOC: example of pandas to R transfer of DataFrame using HDF5 file DOC: grammar fixes, add conda install to README DOC: don't create backlinks in the whatsnew section FIX: Series text representation PERF: optimize memory usage for to_hdf API: spurious setting_with_copy warning (GH8730) DOC: organize stringmethods whatsnew CI: don't remove python-dateutil at end of install COMPAT: dtype conform on windows for panel construct from a scalar COMPAT: odd arrays can be correctly ordered in newer versions of numpy support constructing Panel or Panel4D with scalar data, fixes pandas-dev#8285 DOC: Fix heading level for assign ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it accidental that the Series and DataFrame constructors accept a single number for
data
, but the Panel and Panel4D constructors do not?The text was updated successfully, but these errors were encountered: