DataFrames.jl icon indicating copy to clipboard operation
DataFrames.jl copied to clipboard

In-memory tabular data in Julia

Results 170 DataFrames.jl issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/JuliaData/DataFrames.jl/issues/3168

doc

These are suggestions @eirikbrandsaas from Slack, with my responses: > Notably metadata is not supported for `GroupedDataFrame` "does not expose" means that even if data frame underlying GroupedDataFrame has metadata...

doc

I wanted to brush up on the various "selection" options for a DataFrame. I conveniently found a section about the `names` function in the "Getting Started" page of the manual/docs....

doc

Going along with the other PR #3114, I was thinking maybe it would be better to just make permutedims easier to use instead of try to change the DataFrame constructors....

decision

Update tests to take into account the fact that `lag` is no longer exported.

ecosystem

Hope support Roll a function over data, run a statistic along a [weighted] data window ref: https://github.com/JeffreySarnoff/RollingFunctions.jl #https://github.com/JuliaML/TableTransforms.jl/issues/121

question
doc

I would expect an entire column to either use scientific notation or not. It's especially odd that numbers in descending order flip between notations: ``` julia> d = DataFrame(x=[717068.92, 506896.01,...

display

Often when you use `nonunique(df, cols)`, you want to be able to look at the rows that are non-unique according to `cols` to see if there are differences in the...

feature
non-breaking

both text/plain and html Example: ``` julia> df = DataFrame(a=Any[nothing]) 1×1 DataFrame Row │ a │ Any ─────┼───── 1 │ julia> df.a[1] = [df] 1-element Vector{DataFrame}: Error showing value of...

display

add a section to the manual about customization of text/plain and HTML printing

doc
display