-
I wrote a module that converts CSVs into 🧔separates values.
Can you please add support for emojis? Otherwise I won’t be able to feed my family.
-
```
Currently, decimal values are serialized with the trailing 'm' suffix to
distinguish them from double values. We should omit this suffix because
most delimited readers will not understand the 'm'…
-
Thank you for the great project. It looks very promising to me.
I currently use `val df = DataFrame.readJsonStr(File("foo.ndjson").readLines().joinToString(",", "[", "]"))`, to read new-line delim…
-
```
Currently, decimal values are serialized with the trailing 'm' suffix to
distinguish them from double values. We should omit this suffix because
most delimited readers will not understand the 'm'…
-
```
Currently, decimal values are serialized with the trailing 'm' suffix to
distinguish them from double values. We should omit this suffix because
most delimited readers will not understand the 'm'…
-
I have a log file where each line is a JSON record. It would be handy to be able to use `rich` to pretty-print the log file to make it more easily human-parseable from the command line.
-
It would be helpful if genders supported delimited lists (a sort of sub-fielding) in values. I envision it this way:
> `# in the genders file`
> `hostx mount=fs1:fs2:fs3`
Then to find any host that…
-
### What happened?
clone this code, when building in cell phone, then get some errors
org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not r…
-
If you run `saw -?` to print the command-line help, this is what you get:
```
Usage: saw [OPTION...] [-I | file]
-h, -? …
-
```
Currently, decimal values are serialized with the trailing 'm' suffix to
distinguish them from double values. We should omit this suffix because
most delimited readers will not understand the 'm'…