pdeffebach
pdeffebach
Here is an MWE ``` julia> function foo() x = 100 @time first(x) @exfiltrate end foo (generic function with 1 method) julia> foo() 0.000000 seconds ERROR: cannot assign a value...
This is great news. I will file an issue at DataFramesMeta to remind myself to add this eventually. We definitely need to compile, unfortunately. DataFramesMeta is really just an easy...
Bumping this issue. Thanks for the wonderful package! I think this is a good feature. I've been using Stata a lot recently for a data set with many many columns...
Bumping this. Ran into it today.
DataFramesMeta.jl already has TableMetaDataTools.jl as a dependency, fwiw. It's really just a matter of adding `TableMetaDataTools` to your environment.
I think #122 will handle this case... we just need much simpler names. like `skip` or something.
Is any version of this behavior possible currently? I was a little disappointed upon installation that I couldn't change the "top-level" of the file tree
Bumping this! I've been trying to figure out how to do this today. I wish it were easier.
You should be able to pass the `decimal` option in `CSV.read` or `CSV.write` when you call `cliptable`. See [here](https://csv.juliadata.org/stable/reading.html#decimal) for more details. Can you try this?
I think this is fixed on `main` @torfjelde