awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 مستودعات

Awesome GitHub RepositoriesTime Series Resampling

Tools for transforming irregular temporal data into standardized frequency grids.

Distinguishing note: Focuses on calendar-aware frequency transformation.

Explore 9 awesome GitHub repositories matching data & databases · Time Series Resampling. Refine with filters or upvote what's useful.

Awesome Time Series Resampling GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • pandas-dev/pandasالصورة الرمزية لـ pandas-dev

    pandas-dev/pandas

    49,039عرض على GitHub↗

    Pandas is a high-performance data analysis library that provides a comprehensive framework for manipulating, cleaning, and transforming structured datasets. It centers on labeled one-dimensional and two-dimensional data structures, allowing users to construct, filter, and reshape tabular information while performing complex arithmetic and logical operations. The library distinguishes itself through a sophisticated indexing engine that enables automatic data alignment during calculations and relational merges. By utilizing a block-based memory layout, it optimizes cache locality for vectorized

    Enables flexible frequency conversion and aggregation of temporal data.

    Pythonalignmentdata-analysisdata-science
    عرض على GitHub↗49,039
  • autogluon/autogluonالصورة الرمزية لـ autogluon

    autogluon/autogluon

    9,997عرض على GitHub↗

    AutoGluon is an automated machine learning framework and multimodal library designed to automate the end-to-end pipeline from data preprocessing to high-accuracy model training and validation. It functions as an automated model trainer for tabular, image, text, and time series data, as well as a tool for time series forecasting and foundation model finetuning. The project is distinguished by its ability to jointly process and fuse different data types, allowing for the construction of multimodal neural networks that integrate images, text, and structured tables. It supports zero-shot inferenc

    Converts irregular time indices into consistent frequencies using interpolation strategies.

    Pythonautogluonautomated-machine-learningautoml
    عرض على GitHub↗9,997
  • yutiansut/quantaxisالصورة الرمزية لـ yutiansut

    yutiansut/QUANTAXIS

    9,955عرض على GitHub↗

    Quantaxis is a quantitative trading framework designed for building, backtesting, and executing automated strategies across global equities, futures, and cryptocurrencies. It integrates an event-driven backtesting engine, a multi-market execution gateway for order routing, and a quantitative data pipeline for ingesting and storing multi-asset market data. The system features a Rust-accelerated financial library that utilizes Apache Arrow for high-performance technical indicator calculation and zero-copy data processing. It provides a containerized infrastructure model designed for orchestrati

    Converts high-frequency tick or minute data into standardized lower-frequency hourly or daily bars.

    Pythonquant
    عرض على GitHub↗9,955
  • iamseancheney/python_for_data_analysis_2nd_chinese_versionالصورة الرمزية لـ iamseancheney

    iamseancheney/python_for_data_analysis_2nd_chinese_version

    8,937عرض على GitHub↗

    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

    Transforms time series data from one frequency to another via upsampling and downsampling.

    matplotlibnumpypandas
    عرض على GitHub↗8,937
  • datawhalechina/joyful-pandasالصورة الرمزية لـ datawhalechina

    datawhalechina/joyful-pandas

    5,164عرض على GitHub↗

    هذا المشروع عبارة عن برنامج تعليمي شامل لتحليل بيانات pandas ودليل تعليمي مصمم لتعلم معالجة البيانات وتحليلها. يعمل كدليل لمعالجة البيانات الجدولية ودليل لتحليل السلاسل الزمنية، مما يوفر نهجاً منظماً لتنظيف ودمج وتحويل مجموعات البيانات. يعمل المستودع كدورة هندسة ميزات البيانات، حيث يوفر برامج تعليمية حول بناء واختيار ميزات مجموعة البيانات لتحسين أداء نموذج التعلم الآلي. كما يتضمن دليل عمليات البيانات المتجهة لإجراء حسابات رياضية على مستوى العناصر ومعالجات المصفوفة. تغطي المادة مجموعة واسعة من القدرات بما في ذلك سير عمل تنظيف البيانات، ومهام تكامل البيانات، وتحليل البيانات الجدولية. يوفر توجيهاً حول معالجة المعلومات النصية، والتعامل مع البيانات الفئوية، وتحسين سرعة التنفيذ لمجموعات البيانات الكبيرة. يتم تسليم المشروع كسلسلة من Jupyter Notebooks التي تحتوي على تمارين عملية ومشاكل ممارسة مستهدفة.

    Implements logic for transforming irregular time-series data into standardized frequency grids using resampling.

    Jupyter Notebookpandas
    عرض على GitHub↗5,164
  • gbeced/pyalgotradeالصورة الرمزية لـ gbeced

    gbeced/pyalgotrade

    4,659عرض على GitHub↗

    pyalgotrade is a Python algorithmic trading library designed for developing, backtesting, and executing automated trading strategies. It provides a comprehensive framework for financial strategy backtesting, a technical analysis library for computing mathematical indicators, and connectors for cryptocurrency exchange integration. The project distinguishes itself by supporting sentiment-based trading through the integration of real-time social media feeds and keyword streams. It features a quantitative trading visualization tool for plotting price action and portfolio equity curves, along with

    Groups time-series bar data by frequency and exports the results to CSV files.

    Python
    عرض على GitHub↗4,659
  • jamesmawm/high-frequency-trading-model-with-ibالصورة الرمزية لـ jamesmawm

    jamesmawm/High-Frequency-Trading-Model-with-IB

    2,891عرض على GitHub↗

    This is a containerized algorithmic trading system that connects to Interactive Brokers to execute high-frequency pairs trading strategies on forex instruments. The project implements a mean-reversion model that maintains long-short position pairs, continuously recalculating a beta hedge ratio to profit from temporary divergences in correlated price spreads. The system processes each incoming market tick through a signal pipeline that immediately evaluates indicators and triggers market orders without batching or aggregation. It includes an irregular tick resampling engine that converts inhom

    Resamples irregular tick data into uniform time series for consistent quantitative analysis.

    Python
    عرض على GitHub↗2,891
  • jack-cherish/quantitativeالصورة الرمزية لـ Jack-Cherish

    Jack-Cherish/quantitative

    2,534عرض على GitHub↗

    This project is a Python quantitative trading framework and library designed for developing, backtesting, and deploying automated financial strategies. It serves as both an algorithmic trading backtester for evaluating historical performance and an event-driven trading engine for executing trades based on quantitative rules. The framework functions as an educational toolkit, providing guided lessons and resources for quantitative finance learning and the application of mathematical models to market data. The system provides capabilities for algorithmic trading automation and financial strate

    Includes a time-series engine for resampling disparate financial data sources into standardized frequency grids.

    Python
    عرض على GitHub↗2,534
  • dexplo/bar_chart_raceالصورة الرمزية لـ dexplo

    dexplo/bar_chart_race

    1,452عرض على GitHub↗

    Bar chart race is a Python data visualization library that transforms ordered tabular time-series data into animated bar and line chart races. It operates as an extension for rendering dynamic charts that illustrate how rankings and values change over time. The library interpolates wide-format chronological tables into densely sampled frame sequences, calculating intermediate numeric values to produce fluid motion animations. It orchestrates iterative canvas redraws through a plotting backend while supporting external multimedia encoders to export compressed standard video files. Generated a

    Interpolates wide-format chronological tables into densely sampled frame sequences to ensure smooth temporal transitions.

    Python
    عرض على GitHub↗1,452
  1. Home
  2. Data & Databases
  3. Time Series Resampling

استكشف الوسوم الفرعية

  • Bar Data ExportingUtilities for exporting aggregated financial bar data to structured files. **Distinct from Time Series Resampling:** Specifically handles the exporting of financial bar data to CSV, whereas Time Series Resampling focuses on the transformation logic.