DataFrames.jl
Welcome to the DataFrames documentation! This resource aims to teach you everything you need to know to get up and running with tabular data manipulation using the DataFrames.jl package and the Julia language. If there is something you expect DataFrames to be capable of, but cannot figure out how to do, please reach out with questions in Domains/Data on Discourse. Please report bugs by opening an issue. You can follow the source links throughout the documentation to jump right to the source files on GitHub to make pull requests for improving the documentation and function capabilities. Please review DataFrames contributing guidelines before submitting your first PR! Information on specific versions can be found on the Release page.
Package Manual
- Getting Started
- Database-Style Joins
- The Split-Apply-Combine Strategy
- Reshaping and Pivoting Data
- Sorting
- Categorical Data
- Missing Data
- Data manipulation frameworks
API
Index
DataFrames.AbstractDataFrameDataFrames.DataFrameDataFrames.DataFrameColumnsDataFrames.DataFrameRowDataFrames.DataFrameRowsDataFrames.GroupedDataFrameDataFrames.RepeatedVectorDataFrames.StackedVectorDataFrames.SubDataFrameBase.filterBase.filter!Base.joinBase.mapBase.repeatBase.showBase.sortBase.sort!Base.unique!DataFrames.aggregateDataFrames.allowmissing!DataFrames.byDataFrames.colwiseDataFrames.combineDataFrames.completecasesDataFrames.deletecols!DataFrames.deleterows!DataFrames.disallowmissing!DataFrames.dropmissingDataFrames.dropmissing!DataFrames.eachcolDataFrames.eachrowDataFrames.eltypesDataFrames.groupbyDataFrames.insertcols!DataFrames.mapcolsDataFrames.meltDataFrames.meltdfDataFrames.names!DataFrames.nonuniqueDataFrames.permutecols!DataFrames.renameDataFrames.rename!DataFrames.stackDataFrames.stackdfDataFrames.unstackStatsBase.describe