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.
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.