Recent Releases of https://github.com/atsyplenkov/pastum
https://github.com/atsyplenkov/pastum - v0.2.1
[0.2.1] - 2024-11-02
Added
- JavaScript support (#15)
- Experimental boolean support
Fixed
- Correct indentation when pasting
tibble::tribble()
- JavaScript
Published by atsyplenkov over 1 year ago
https://github.com/atsyplenkov/pastum - v0.2
[0.2.0] - 2024-11-01
Added
- Introducing
Pastum: paste as default dataframecommand — it is now sensitive to the active editor language (#13). That is, if you are writing in a file with a.pyextension, then VS Code understands that the language you are writing in is Python. In this case,pastumwill paste the dataframe as a python code according to the configured default dataframe framework (i.e.,pastum.defaultDataframePythonandpastum.defaultDataframeRsettings). However, full control is still available and unaffected through the command palette. - You can now control the decimal separator (e.g., '.' in
12.45) and the digit group separator (i.e., in numbers over 999) through thepastum.decimalPointconfig (#10). By default, it is set up for a dot (.) as the decimal separator and a comma (,) as the group separator.
- JavaScript
Published by atsyplenkov over 1 year ago
https://github.com/atsyplenkov/pastum - v0.1
[0.1.0] - 2024-10-29
Added
- Website with main features descriptions — https://pastum.anatolii.nz (#5)
tibble::tribble()support (#11)- Paste as
tibble::tribble()is the default option forpastum.defaultDataframe(i.e., context menu)
Fixed
- Minor grammar and spelling edits
- Fixed distinction between string and numeric column types. If at least one value in the column is a string, the whole column is treated as a string.
- Cyrillic letters support in header rows (#9)
- Removed trailing zeroes when the table is copied from the web (#12)
- JavaScript
Published by atsyplenkov over 1 year ago
https://github.com/atsyplenkov/pastum - v0.0.4
- Added "Paste Default Dataframe" command, which can be set in settings. Allows the user to select the default language and framework.
- Added "Paste Default Dataframe" command to the context menu.
- Ditched the
jsdomdependency in favor of speed and package size - VS Marketplace and Open VSX release
- JavaScript
Published by atsyplenkov over 1 year ago
https://github.com/atsyplenkov/pastum - v0.0.2
- Added distinction between Integer/Float values
Missing,NA, orNonevalues are inserted by default if the value is empty- Added
pastum.defaultConventionconfiguration option, which allows the user to choose the column name renaming convention
- JavaScript
Published by atsyplenkov over 1 year ago
https://github.com/atsyplenkov/pastum - v0.0.1
v0.0.1
Initial release with basic support of text/html tables for R, Python and Julia dataframes.
Text table to tibble (R)

HTML table to pandas (Python)

- JavaScript
Published by atsyplenkov over 1 year ago