Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
atsyplenkov committed Nov 2, 2024
1 parent ac21ce2 commit 2941412
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ Or you can specify the `pastum.defaultDataframeR`/`pastum.defaultDataframePython

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.

| Integer ID | Strings with missing values | Only float | Int and Float | Boolean |
|------------|-----------------------------|------------|---------------|---------|
| 1 | Javascript | 1.43 | 1 | True |
| 2 | Rust | 123,456.78 | 2 | True |
| 3 | | -45 | 3 | True |
| 4 | Clojure | 123456.78 | 4 | True |
| | Basic | -45.65 | 5.5 | False |
| Integer ID | Strings with missing values | Only float | Int and Float |
|------------|-----------------------------|------------|---------------|
| 1 | Javascript | 1.43 | 1 |
| 2 | Rust | 123,456.78 | 2 |
| 3 | | -45 | 3 |
| 4 | Clojure | 123456.78 | 4 |
| | Basic | -45.65 | 5.5 |

```r
# paste it as a tribble object in R
Expand Down

0 comments on commit 2941412

Please sign in to comment.