Skip to content
#

pandas

Here are 4,928 public repositories matching this topic...

jrhemstad
jrhemstad commented Jul 10, 2019

Is your feature request related to a problem? Please describe.
According to the Arrow spec:

Bitmaps are to be initialized to be all unset at allocation time (this includes padding).

This would imply that bits outside the range [0, size) should always be zero. However, in cuDF/libcudf, we take a more conservative approach and say that bits outside [0,size) are undefined in order to a

rhiever
rhiever commented Jan 31, 2018

I suggest keeping the README short and to the point: badges showing status etc. of the package, what is the purpose of the package, how to install, 1-2 basic code examples, and contributing information.

More examples, function API docs, and detailed descriptions can be moved to the docs site.

I also suggest adding a gallery to the docs, [similar to Seaborn](https://seaborn.pydata.org/example

twiecki
twiecki commented Jan 31, 2018
.. autosummary::
   :toctree:

   close
   next_cell
   next_row
/Users/twiecki/working/projects/quant/alphalens/alphalens/tears.py:docstring of alphalens.tears.create_event_returns_tear_sheet_api_change_warning:5: WARNING: Unexpected indentation.
/Users/twiecki/working/projects/quant/alphalens/alphalens/tears.py:docstring of alphalens.tears.create_event_returns_tear_sheet_api_change_w

Improve this page

Add a description, image, and links to the pandas topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pandas topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.