logo
  • Installation
  • Getting started
  • User Guide
  • API reference
  • Development
  • Release Notes
  • Mars Tensor
  • Mars DataFrame
    • Input/output
    • General functions
    • Series
    • DataFrame
    • Index objects
    • GroupBy
  • Mars Learn
  • Mars Remote

Mars DataFrameΒΆ

This page gives an overview of all public Mars DataFrame objects, functions and methods. All classes and functions exposed in mars.dataframe.* namespace are public.

  • Input/output
    • Flat file
    • Parquet
    • SQL
  • General functions
    • Data manipulations
    • Top-level missing data
    • Top-level dealing with datetimelike
    • Top-level evaluation
    • Misc
  • Series
    • Constructor
    • Attributes
    • Conversion
    • Indexing, iteration
    • Binary operator functions
    • Function application, groupby & window
    • Computations / descriptive stats
    • Reindexing / selection / label manipulation
    • Missing data handling
    • Reshaping, sorting
    • Combining / joining / merging
    • Time Series-related
    • Accessors
    • Plotting
  • DataFrame
    • Constructor
    • Attributes and underlying data
    • Conversion
    • Indexing, iteration
    • Binary operator functions
    • Function application, GroupBy & window
    • Computations / descriptive stats
    • Reindexing / selection / label manipulation
    • Missing data handling
    • Reshaping, sorting, transposing
    • Combining / joining / merging
    • Time series-related
    • Plotting
    • Serialization / IO / conversion
    • Misc
  • Index objects
    • Constructor
    • Properties
    • Modifying and computations
    • Compatibility with MultiIndex
    • Missing values
    • Conversion
  • GroupBy
    • Indexing, iteration
    • Function application
    • Computations / descriptive stats
mars.tensor.special.xlogy Input/output

© Copyright 1999-2020, The Alibaba Group Holding Ltd..
Created using Sphinx 3.5.3.