BUG: Still getting blank when using pandas.Series.to_string(index=False)
#36963
Labels
pandas.Series.to_string(index=False)
#36963
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
(optional) I have confirmed this bug exists on the master branch of pandas.
Note: Please read this guide detailing how to provide the necessary information for us to reproduce your bug.
Code Sample, a copy-pastable example
Problem description
This was already reported by me on #24980 and supposedly fixed by PR #36094 but I keep getting the same result with pandas
1.1.3
.Using the sample code above the output is
=== name_one===
I might be missing something but I can't see what.
Expected Output
Using the sampe code provided I expect it to return
===name_one===
Output of
pd.show_versions()
INSTALLED VERSIONS
commit : db08276
python : 3.6.12.final.0
python-bits : 64
OS : Linux
OS-release : 4.9.0-1.el7.elrepo.x86_64
Version : #1 SMP Sun Dec 11 15:43:54 EST 2016
machine : x86_64
processor : x86_64
byteorder : little
LC_ALL : None
LANG : en_US.UTF-8
LOCALE : en_US.UTF-8
pandas : 1.1.3
numpy : 1.19.1
pytz : 2020.1
dateutil : 2.8.1
pip : 20.2.2
setuptools : 49.6.0.post20200814
Cython : 0.29.21
pytest : 6.0.2
hypothesis : None
sphinx : 3.2.1
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : None
pymysql : None
psycopg2 : None
jinja2 : 2.11.2
IPython : 7.16.1
pandas_datareader: None
bs4 : None
bottleneck : None
fsspec : None
fastparquet : None
gcsfs : None
matplotlib : 3.3.1
numexpr : None
odfpy : None
openpyxl : None
pandas_gbq : None
pyarrow : None
pytables : None
pyxlsb : None
s3fs : None
scipy : 1.5.2
sqlalchemy : None
tables : None
tabulate : None
xarray : None
xlrd : None
xlwt : None
numba : None
The text was updated successfully, but these errors were encountered: