Skip to main content
william_grisaitis's user avatar
william_grisaitis's user avatar
william_grisaitis's user avatar
william_grisaitis
  • Member for 13 years, 1 month
  • Last seen more than a week ago
65 votes
5 answers
65k views

Why / when to use `intptr_t` for type-casting in C?

21 votes
1 answer
10k views

Jupyter Notebook extensions within Jupyter Lab

12 votes
1 answer
21k views

How do I configure black to use different formatting rules for different file extensions?

10 votes
1 answer
730 views

How is numpy.random.Generator different from RandomState?

5 votes
0 answers
782 views

When listing dependencies in a conda env file, does order matter?

4 votes
1 answer
4k views

Adding text labels to a plotly scatter plot for a subset of points

4 votes
3 answers
3k views

what is the default password for the `jupyter` user on AI platform notebook VMs?

4 votes
0 answers
766 views

How do I tell if a PyPI package is pure python or not?

3 votes
1 answer
3k views

How do I get a list of table-like objects visible to duckdb in a python session?

3 votes
1 answer
79 views

Pandas: raise an error if indexes don't match when concat'ing or merging?

3 votes
3 answers
6k views

Where does RCTLogInfo (from React/RCTLog) send output?

3 votes
1 answer
1k views

How to pipenv install with binaries (not from source) from PyPI?

3 votes
2 answers
1k views

Determine which compiler built my LAPACK

3 votes
1 answer
7k views

pandas.read_csv named argument na_values default values

3 votes
1 answer
3k views

How do I convert IPython v3 notebooks to Jupyter v4?

3 votes
1 answer
2k views

Is real-time collaboration supported by "user-managed notebooks" on google vertex ai?

3 votes
1 answer
3k views

With Google AI Platform Notebook instances, how do I ssh into the jupyterlab container from my local machine?

3 votes
1 answer
1k views

Specifying dtype for parquet partition fields with dask.dataframe.read_parquet

2 votes
2 answers
535 views

Changing the dtype of category codes in pandas

2 votes
0 answers
2k views

Efficiently reading bigquery query results to pandas.DataFrame with "category" dtype

2 votes
0 answers
266 views

How do I preserve style background color for pandas DataFrames when saving jupyter notebooks as a PDF?

2 votes
1 answer
47 views

Efficient negation of subdiagonal values of a 2d numpy array

1 vote
0 answers
556 views

How do I change the default figure config in the python plotly library?

1 vote
1 answer
35 views

How do I get a pandas MultiIndex level as a series, keeping the original MultiIndex?

1 vote
1 answer
2k views

Error setting up systemd service for `code tunnel` with `code tunnel service install`

1 vote
1 answer
29 views

Showing or saving only the legend of a plotly figure

1 vote
1 answer
337 views

How do I make mesos force-pull images when using mesos-execute?

1 vote
2 answers
541 views

What's the best way to compute row-wise (or axis-wise) dot products with jax?

1 vote
3 answers
717 views

Rename columns in a pandas.DataFrame via lookup from a Series

1 vote
2 answers
183 views

How to inspect BitGenerator state in a numpy.random.Generator object?