You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-6Lines changed: 26 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,23 @@
1
-
<!-- badges: start -->
2
-
[](https://pastum.anatolii.nz/)  [](https://marketplace.visualstudio.com/items?itemName=atsyplenkov.pastum) [](https://open-vsx.org/extension/atsyplenkov/pastum) [](https://github.com/atsyplenkov/pastum/actions/workflows/publish-extensions.yml)  [](https://www.repostatus.org/#active)
3
-
<!-- badges: end -->
4
-
# [Pastum: paste as ... dataframe](https://pastum.anatolii.nz)
5
-
6
-
`pastum` allows you to quickly transform any text/HTML table from your clipboard into a dataframe object in your favorite language — R, Python, Julia or JavaScript. Almost all popular frameworks are supported; if something is missing, don't hesitate to raise an [issue](https://github.com/atsyplenkov/pastum/issues).
`pastum` allows you to quickly transform any text/HTML table from your clipboard into a dataframe object in your favorite language — R, Python, Julia, JavaScript or Markdown. Almost all popular frameworks are supported; if something is missing, don't hesitate to raise an [issue](https://github.com/atsyplenkov/pastum/issues).
7
21
8
22
# Example usage
9
23
@@ -19,6 +33,12 @@ Or you can specify the `pastum.defaultDataframeR`/`pastum.defaultDataframePython
You can also paste from the clipboard as Markdown table by choosing the `Table ➔ Markdown`
39
+
option in the quick command shortcut or in the right click menu.
40
+
41
+
22
42
# Try it Yourself
23
43
24
44
In the table below, the most unfortunate and complex situation is presented. It is a mixture of empty cells, strings, integer and float values. Select, copy and try to paste it into the IDE. The `{pastum}` will recognize all types correctly and fill empty cells with corresponding `NA`/`missing`/`None`/`null` values.
0 commit comments