书栈网 · BookStack 本次搜索耗时 0.037 秒,为您找到 53 个相关结果.
  • Contributing to xarray

    Contributing to xarray Where to start? Bug reports and enhancement requests Working with the code Version control, Git, and GitHub Getting started with Git Forking Creating a ...
  • xarray Internals

    xarray Internals Variable objects Extending xarray xarray Internals xarray builds upon two of the foundational libraries of the scientific Pythonstack, NumPy and pandas. It i...
  • Xarray related projects

    Xarray related projects Geosciences Machine Learning Other domains Extend xarray capabilities Visualization Non-Python projects Xarray related projects Here below is a li...
  • Overview: Why xarray?

    Overview: Why xarray? What labels enable Core data structures Goals and aspirations Overview: Why xarray? What labels enable Multi-dimensional (a.k.a. N-dimensional, ND) a...
  • Frequently Asked Questions

    Frequently Asked Questions Why is pandas not enough? How do xarray data structures differ from those found in pandas? Should I use xarray instead of pandas? Why don’t aggregatio...
  • Development roadmap

    Development roadmap Our philosophy Specific needs Technical vision Flexible indexes Flexible arrays Flexible storage Engaging more users Administrative Current core develope...
  • Introduction

    xarray: N-D labeled arrays and datasets in Python Documentation See also Get in touch NumFOCUS History License xarray: N-D labeled arrays and datasets in Python xarray (...
  • Computation

    Computation Basic array math Missing values Aggregation Rolling window operations Coarsen large arrays Computation using Coordinates Broadcasting by dimension name Automatic...
  • Reshaping and reorganizing data

    Reshaping and reorganizing data Reordering dimensions Expand and squeeze dimensions Converting between datasets and arrays Stack and unstack Stacking different variables togethe...
  • Quick overview

    Quick overview Create a DataArray Indexing Attributes Computation GroupBy Plotting pandas Datasets Read & write netCDF files Quick overview Here are some quick example...