GUI-based Python code generator

available on

Jupyter Lab | Jupyter Notebook | Google Colab

Release NoteVisual Python 1.0.3

visualpython
Views 3383

Released on March 12, 2021


What's New 

1. New Blocks

- Pandas > Subset : subsetting data

2. Subset Editor (Data Selector)

- Pop-up to subset data from DataFrame and Series. 

- Available methods: subset / loc /iloc

- Each method provides row & column indexing / slicing / condition features. 

- An auto-complete code preview will be displayed as options are selected. 

- The 'Data' tab shows the results of the current work as a preview. 

- If the data is DataFrame with TimestampIndex, subset > indexing method allows you to select the data range as a string. (For example, '2020' finds data from '2020-01-01' to '2020-12-31')


Bug Fixes & Improvements

- Fixed :  Window size resizing error 

- Consolas font is used for code text.



8 0