Danfo.js
CtrlK
  • Danfo.js Documentation
  • Getting Started
  • API reference
    • General Functions
    • Input/Output
    • Series
    • Dataframe
    • Configuration Options
    • Plotting
    • Groupby
  • User Guides
  • Building Data Driven Applications with Danfo.js - Book
  • Contributing Guide
  • Release Notes
Powered by GitBook
On this page

Was this helpful?

API reference

List of all public Danfo objects, functions and methods. All classes and functions exposed in danfo.* namespace is public.

A stable version of Danfojs (v1), has been released, and it comes with full Typescript support, new features, and many bug fixes. See release note here.

There are a couple of breaking changes, so we have prepared a short migration guide for pre-v1 users.

  • General Functions

    • Data manipulations

    • Data Processing/Normalization

    • Top-level dealing with datetime like

  • Input/output

    • CSV

    • JSON

  • Series

    • Attributes

    • Conversion

    • Indexing, iteration

    • Binary operator functions

    • Function application, GroupBy & window

    • Computations / descriptive stats

    • Reindexing / selection / label manipulation

    • Missing data handling

    • Reshaping, sorting

    • Accessors

    • Serialization / IO / conversion

  • DataFrame

    • Attributes

    • Conversion

    • Indexing, iteration

    • Binary operator functions

    • Function application, GroupBy & window

    • Computations / descriptive stats

    • Reindexing / selection / label manipulation

    • Missing data handling

    • Reshaping, sorting, transposing

    • Combining / comparing / joining / merging

    • Serialization / IO / conversion

  • Plotting

    • Line Charts

    • Bar Charts

    • Scatter Plots

    • Histograms

    • Pie Charts

    • Tables

    • Box Plots

    • Violin Plots

    • Timeseries Plots

  • GroupBy

    • Indexing, iteration

    • Function application

    • Computations / descriptive stats

PreviousGetting StartedNextGeneral Functions

Last updated 3 years ago

Was this helpful?