awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pydata avatar

pydata/xarray

0
View on GitHub↗
4,159 स्टार्स·1,273 फोर्क्स·Python·Apache-2.0·3 व्यूज़xarray.dev↗

Xarray

Xarray एक Python बहुआयामी सरणी लाइब्रेरी और लेबल वाला डेटासेट फ्रेमवर्क है। यह सरणियों में लेबल जोड़कर NumPy डेटा संरचना का विस्तार करता है, जो नामित आयामों और निर्देशांकों का उपयोग करके जटिल N-आयामी डेटा के संगठन की अनुमति देता है।

यह लाइब्रेरी NetCDF और Zarr जैसे वैज्ञानिक डेटा फॉर्मेट को पढ़ने और लिखने के लिए एक NetCDF डेटा इंटरफ़ेस प्रदान करती है। यह गणितीय ऑपरेशंस के दौरान डेटा और भौतिक निर्देशांकों के बीच संबंध बनाए रखकर वैज्ञानिक सरणी कंप्यूटिंग को सक्षम बनाती है।

यह प्रोजेक्ट बहुआयामी डेटा विश्लेषण, भू-स्थानिक डेटा हेरफेर और जलवायु डेटा प्रोसेसिंग को कवर करता है। यह समय के साथ अवलोकनों के अनुक्रमों को मैनेज करने के लिए टाइम सीरीज़ विश्लेषण का भी समर्थन करता है।

Features

  • Labeled Array Management - Provides a framework for organizing multidimensional datasets using named dimensions and coordinates to avoid integer indexing.
  • Labeled Dataset Aggregations - Groups multiple labeled arrays into a single container using a shared set of coordinates and global attributes.
  • Labeled Dataset Frameworks - Provides a system for organizing complex multidimensional data with metadata and coordinate-based alignment.
  • Dimension Coordinate Mapping - Maps named dimensions to integer axis indices to automate coordinate alignment and array slicing.
  • Multidimensional Arrays - Enables analysis of large arrays of data using named dimensions and labels instead of raw integer indexing.
  • Scientific Computing - Performs mathematical operations on labeled N-dimensional arrays while maintaining the relationship between data and physical coordinates.
  • N-Dimensional Array Libraries - Provides a library for managing labeled N-dimensional arrays and datasets using named dimensions and coordinates.
  • NumPy Array Integration - Uses NumPy arrays as the underlying data container to leverage efficient contiguous memory and vectorised operations.
  • Labeled Array Extensions - Extends the NumPy data structure by adding labels to arrays to simplify indexing and data analysis.
  • Deferred Computation Integration - Wraps Dask arrays to defer computation until a result is explicitly requested.
  • Time Series Analysis - Manages sequences of multidimensional observations over time, allowing for easy resampling and alignment of temporal data.
  • Array Broadcasting - Implements array broadcasting to automatically align datasets by matching labels across dimensions during arithmetic operations.
  • Climate Data Processing - Handles complex atmospheric or oceanic datasets that use coordinates like latitude, longitude, and time.
  • Geospatial Data Manipulation - Works with spatially referenced grids and datasets to slice, dice, and align data based on geographic coordinates.
  • Scientific Data Export Formats - Provides a data interface for reading and writing scientific data formats such as NetCDF and Zarr.
  • Data Containers - N-dimensional labeled arrays and datasets for complex data.
  • Data Manipulation - Multidimensional data selection and analysis.
  • Data Processing Libraries - N-dimensional array structures with labeled dimensions.

स्टार हिस्ट्री

pydata/xarray के लिए स्टार हिस्ट्री चार्टpydata/xarray के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Xarray के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Xarray के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • rust-ndarray/ndarrayrust-ndarray का अवतार

    rust-ndarray/ndarray

    4,290GitHub पर देखें↗

    ndarray is a multidimensional array library for Rust that serves as a linear algebra framework and scientific computing tool. It provides the core infrastructure for creating and manipulating n-dimensional arrays, functioning as both a parallel array processor and a toolkit for numerical data analysis. The library distinguishes itself by providing efficient slicing and memory views, allowing for data sharing without copying. It leverages optimized backend math libraries for high-speed matrix multiplication and distributes heavy mathematical iterations across multiple CPU threads to accelerate

    Rust
    GitHub पर देखें↗4,290
  • xtensor-stack/xtensorxtensor-stack का अवतार

    xtensor-stack/xtensor

    3,748GitHub पर देखें↗

    xtensor is a C++ multidimensional array library for numerical computing that provides N-dimensional containers with an interface mirroring the NumPy API. It utilizes a lazy evaluation expression engine to defer numerical computations until assignment, which minimizes memory allocations and intermediate copies. The library features a foreign memory array adaptor that allows it to wrap external buffers, such as NumPy arrays, to perform numerical operations in-place without duplicating data. It further optimizes performance through lazy broadcasting and a system that manages the lifetime of temp

    C++c-plus-plus-14multidimensional-arraysnumpy
    GitHub पर देखें↗3,748
  • iamseancheney/python_for_data_analysis_2nd_chinese_versioniamseancheney का अवतार

    iamseancheney/python_for_data_analysis_2nd_chinese_version

    8,937GitHub पर देखें↗

    This project is an educational resource and a collection of instructional materials for performing data manipulation and statistical analysis using Python. It provides a comprehensive set of guides and code examples for using the Pandas, NumPy, and Matplotlib libraries to analyze structured data. The resource includes a dedicated guide for reshaping, cleaning, and aggregating tabular data and time series via Pandas, alongside a reference for high-performance vectorized operations and linear algebra using NumPy. It also features tutorials for creating publication-quality charts, distribution p

    matplotlibnumpypandas
    GitHub पर देखें↗8,937
  • datawhalechina/joyful-pandasdatawhalechina का अवतार

    datawhalechina/joyful-pandas

    5,164GitHub पर देखें↗

    This project is a comprehensive pandas data analysis tutorial and instructional guide designed for learning data manipulation and analysis. It serves as a tabular data processing guide and a manual for time series analysis, providing a structured approach to cleaning, merging, and transforming datasets. The repository functions as a data feature engineering course, providing tutorials on constructing and selecting dataset features to improve machine learning model performance. It also includes a vectorized data operations guide for performing element-wise mathematical computations and matrix

    Jupyter Notebookpandas
    GitHub पर देखें↗5,164
Xarray के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

pydata/xarray क्या करता है?

Xarray एक Python बहुआयामी सरणी लाइब्रेरी और लेबल वाला डेटासेट फ्रेमवर्क है। यह सरणियों में लेबल जोड़कर NumPy डेटा संरचना का विस्तार करता है, जो नामित आयामों और निर्देशांकों का उपयोग करके जटिल N-आयामी डेटा के संगठन की अनुमति देता है।

pydata/xarray की मुख्य विशेषताएं क्या हैं?

pydata/xarray की मुख्य विशेषताएं हैं: Labeled Array Management, Labeled Dataset Aggregations, Labeled Dataset Frameworks, Dimension Coordinate Mapping, Multidimensional Arrays, Scientific Computing, N-Dimensional Array Libraries, NumPy Array Integration।

pydata/xarray के कुछ ओपन-सोर्स विकल्प क्या हैं?

pydata/xarray के ओपन-सोर्स विकल्पों में शामिल हैं: rust-ndarray/ndarray — ndarray is a multidimensional array library for Rust that serves as a linear algebra framework and scientific… xtensor-stack/xtensor — xtensor is a C++ multidimensional array library for numerical computing that provides N-dimensional containers with an… iamseancheney/python_for_data_analysis_2nd_chinese_version — This project is an educational resource and a collection of instructional materials for performing data manipulation… datawhalechina/joyful-pandas — This project is a comprehensive pandas data analysis tutorial and instructional guide designed for learning data… vaexio/vaex — Vaex is a high-performance Apache Arrow DataFrame library and out-of-core data processing engine designed to handle… modin-project/modin — Modin is a distributed dataframe library and parallel data processing engine designed to handle large datasets that…