time-series-analysis

Analyze date/time data for trends, seasonality, and forecasting with Prophet and statsmodels.

Updated May 9, 2026
One-click install
npx skills add https://github.com/LeandroBenjaminL/lend-ai --skill time-series-analysis-leandrobenjaminl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: time-series-analysis
Source: https://github.com/LeandroBenjaminL/lend-ai/tree/main/skills/time-series-analysis
Command: npx skills add https://github.com/LeandroBenjaminL/lend-ai --skill time-series-analysis-leandrobenjaminl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, statsmodels, fbprophet, scikit-learn, lightgbm, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines time series analysis, making it possible to quickly identify trends, seasonality, and forecast future values.

Core Features & Use Cases

  • Time Series Analysis: Provides trend analysis, seasonality detection, and forecasting using Prophet, statsmodels, and Machine Learning techniques.
  • Trigger: Suited for data sets with date/time data, where analysis of trends, seasonality, forecasting, or time series patterns is required.
  • Use Case: For instance, when analyzing sales trends over time, predicting future sales, or understanding seasonal patterns.

Quick Start

Use the time-series-analysis skill to analyze the sales trends for the past year in your dataset.

Frequently Asked Questions about time-series-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze time series data to identify trends and seasonality?

To analyze time series data for trends and seasonality, you can use this Skill to process datasets with date/time information. It automatically detects seasonal patterns and extracts underlying trends using Prophet and statsmodels.

What's the best way to forecast future sales from historical data?

Forecasting future sales from historical data is handled by applying machine learning techniques alongside Prophet. This Skill generates future value predictions by recognizing time-based patterns in your past sales numbers.

Can I use pandas dataframes for time series forecasting with Prophet?

Yes, you can use pandas dataframes for time series forecasting with Prophet. The Skill relies on pandas for data handling and integrates Prophet directly to process date/time columns and produce forecasts.

Does this time series analysis approach support machine learning models like LightGBM?

This time series analysis approach supports machine learning models like LightGBM and scikit-learn. It combines these frameworks with statsmodels to provide robust trend identification and future forecasting.

When should I use Prophet versus statsmodels for time series analysis?

You should use Prophet versus statsmodels depending on your time series analysis needs; Prophet excels at daily seasonal data, while statsmodels offers broader statistical modeling, and this Skill integrates both.