Skip to main content
splinter's user avatar
splinter's user avatar
splinter's user avatar
splinter
  • Member for 9 years, 10 months
  • Last seen more than 6 years ago
  • Amsterdam / Tel Aviv
25 votes
2 answers
52k views

Determining a variable's type is NoneType in python [duplicate]

23 votes
6 answers
100k views

Customized float formatting in a pandas DataFrame

19 votes
2 answers
11k views

Multinomial logit in R: mlogit versus nnet

15 votes
1 answer
7k views

How to write MATLAB functions in Jupyter Notebook?

12 votes
2 answers
23k views

Converting numbers to particular string format in a pandas DataFrame

12 votes
4 answers
15k views

Using replace efficiently in pandas

11 votes
1 answer
16k views

truncated normal distribution with scipy in python

11 votes
1 answer
7k views

Writing to file with xtable in R

10 votes
2 answers
17k views

boolean operation with groupby in pandas

9 votes
1 answer
3k views

Showing all index values when using multiIndexing in Pandas

9 votes
4 answers
10k views

Filling nulls with a list in Pandas using fillna

8 votes
3 answers
18k views

Installing rpy2 for Python 3 using pip

8 votes
1 answer
3k views

Reindexing a pandas DataFrame using a dict (python3)

8 votes
2 answers
11k views

pandas rolling max with groupby

7 votes
2 answers
5k views

Cannot make seaborn violin plot horizontal [Python3.X]

6 votes
1 answer
2k views

Changing the attributes of the what appears when hovering over a Choropleth Map in plotly

6 votes
2 answers
5k views

Efficiently using Numpy to assign function values to array

4 votes
3 answers
2k views

Numpy vectorized function assignment with a boolean statement

4 votes
1 answer
442 views

Strange behavior of the effects command of mlogit in R

4 votes
2 answers
725 views

Using pandas' groupby with shifting

4 votes
1 answer
6k views

Controlling the background in Python's matplotlib

4 votes
2 answers
3k views

Stargazer producing various latex errors

4 votes
2 answers
320 views

special string formatting within a Series in Pandas

3 votes
2 answers
104 views

Defining functions recursively in python

3 votes
2 answers
4k views

Applying an operation to a subset of the columns in a Dataframe in pandas

3 votes
2 answers
286 views

Creating a new column consisting of lists in a DataFrame using pandas

3 votes
2 answers
871 views

Conditional column selection in pandas

3 votes
3 answers
2k views

Converting to long panel data format with pandas

3 votes
2 answers
204 views

Efficient grouping in pandas based on another Series

3 votes
1 answer
201 views

speeding up sequential checking if a point is in a shape in Python