Skip to content
Avatar
😘
😘

Highlights

  • Arctic Code Vault Contributor

Pinned

  1. A GUI for Pandas DataFrames

    Python 968 51

  2. https://medium.com/@adamerose/using-ckeditor-5-in-create-react-app-without-ejecting-cc24ffb3fd9c

    JavaScript 4 1

  3. Full stack example app

    Python 1

391 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri

Contribution activity

October 2020

Created an issue in adamerose/pandasgui that received 2 comments

Type Error if DataFrame contains objects

from pandasgui import show import pandas as pd df = pd.DataFrame({'a':[1,2,3], 'b':[[1,2,3],[4,5,6],[7,8,9]]}) show(df) Should convert to string a…

2 comments

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.