Skip to content

Conversation

@a3ka
Copy link
Contributor

@a3ka a3ka commented May 28, 2025

No description provided.

a3ka added 5 commits May 23, 2025 20:49
Add and improve time series functionality:
- businessDays: Add methods for business day calculations and trading day handling
- dateUtils: Enhance date utility functions with consistent formatting
- decompose: Implement time series decomposition for trend/seasonal analysis
- expanding: Add expanding window functions for cumulative calculations
- forecast: Implement forecasting methods for time series prediction
- resample: Improve resampling functionality for different time frequencies
- shift: Enhance shift operations for lagging and leading data

Fix camelCase issues in variable names and improve code structure to meet linting requirements.
All tests are passing with proper error handling and documentation.
…taframe/aggregation, src/methods/series/aggregation modules
Created and implemented tests for all display module components:
- Console display (test/display/console/table.test.js)
- HTML display (test/display/web/html.test.js)
- Jupyter display (test/display/web/jupyter.test.js)
- Display methods registration (test/methods/dataframe/display/register.test.js)

Also moved visualization tests from tests/ to test/viz/ directory
@a3ka a3ka merged commit b9afd69 into main May 28, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants