You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we explode a Dataframe using the method pandas.DataFrame.explode, it doesn`t apply the changes in the dataframe itself. To solve this problem a good way is to insert an "inplace" argument, that is not accepted in the moment.
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
When we explode a Dataframe using the method pandas.DataFrame.explode, it doesn`t apply the changes in the dataframe itself. To solve this problem a good way is to insert an "inplace" argument, that is not accepted in the moment.
Expected Behavior
Installed Versions
In [2]: pd.show_versions()
INSTALLED VERSIONS
commit : e8093ba
python : 3.9.5.final.0
python-bits : 64
OS : Linux
OS-release : 5.4.0-1080-gcp
Version : #87~18.04.1-Ubuntu SMP Fri Jun 10 18:50:42 UTC 2022
machine : x86_64
processor : x86_64
byteorder : little
LC_ALL : None
LANG : C.UTF-8
LOCALE : en_US.UTF-8
pandas : 1.4.3
numpy : 1.23.1
pytz : 2021.3
dateutil : 2.8.2
setuptools : 56.0.0
pip : 22.1
Cython : None
pytest : 5.4.3
hypothesis : None
sphinx : None
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : 1.1
pymysql : None
psycopg2 : None
jinja2 : 3.0.3
IPython : 8.0.1
pandas_datareader: None
bs4 : None
bottleneck : None
brotli : None
fastparquet : None
fsspec : 2022.02.0
gcsfs : 2022.02.0
markupsafe : 2.1.0
matplotlib : None
numba : None
numexpr : None
odfpy : None
openpyxl : 3.0.7
pandas_gbq : 0.17.5
pyarrow : 8.0.0
pyreadstat : None
pyxlsb : None
s3fs : None
scipy : 1.6.1
snappy : None
sqlalchemy : None
tables : None
tabulate : None
xarray : None
xlrd : 2.0.1
xlwt : 1.3.0
zstandard : None
The text was updated successfully, but these errors were encountered: