-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…
-
#### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
series = pd.Series(range(10))
should_be_none = series.rename('new_name', inplace=True)
print(should_be_none)
…
-
#### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
set1 = ['a', 'b', 'c']
set2 = ['1', '2', '3']
set3 = ['test']
tuple_index = [(s1, s2) for s1 in set1 for…
jebob updated
3 years ago
-
```python
import pandas as pd
import numpy as np
s1 = pd.Series(np.random.randn(2), index=[('a', 'b'), ('x', 'y', 'z')])
s1.index.name = 'Idx'
s1.name = 's1'
s2 = pd.Series(np.random.randn(2…
-
#### Problem description
`pandas.DataFrame.merge` function is conceptually simillar like `pandas.DataFrame.join` function.
(first one one merges on specified columns, second merges on index).
T…
-
Full details and workaround are available in this [SO question](https://stackoverflow.com/questions/52233633/dataframe-eval-using-function-name-in-expression/52236235)
#### Code Sample, a copy-past…
-
#### Code Sample, a copy-pastable example if possible
```python
filename = "E:\\Temp\\newline_test.csv"
import pandas as pd
df1 = pd.DataFrame({"A":["test","te\nst"]})
df1.to_csv(filename,index…
-
Hi,
I am having an error perhaps related to gcc/boost etc.
on CentOS Linux-based workstation.
The tail of the error-message is attached herewith as
a screenshot.
Would you kindly look into …
-
**Indicate the version of BORIS**
I am using the most recent version of BORIS.
**Describe the bug**
BORIS sends me an error when I open an observation
**To Reproduce**
Steps to reproduce the …
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…