Will Epperson

Results 23 issues of Will Epperson

From categorical chart like ```python df = df.drop_duplicates(subset="colname") ```

feature

if `df` changes from time step 1 -> 2, then highlight the delta between these time steps

- [x] Ability to select 1, 2, 3 gram - [x] Tokenize text in column - [x] Remove stopwords - [x] Visualize most common N-grams

Right now comparison requires lots of vertical scrolling, a better comparison view will allow dataframes to be placed side by side and compared. This issue is placeholder for this feature...

feature

Drag column name or dataframe name to reference it from left profile into the notebook This will be useful in all types of charts 1. **Temporal**: export the zoomed selection...

Show which dataframe was called to create current dataframe. Needs more design, but one idea is to do something similar to Observable: ## Implementation - Requires parsing the code in...

Ability to export all the profile visualizations in usable format outside of notebook like - png - svg (or other vector graphic format)

feature

Use cursor position to see if can highlight the current dataframe or the column in that dataframe

Right now, I can only profile dataframes that exist in memory, however I would like to be able to track any expression that returns a dataframe ### Example: ```python list_of_dfs...