Revised data card
Browse files
README.md
CHANGED
@@ -16,10 +16,10 @@ tags:
|
|
16 |
size_categories:
|
17 |
- small
|
18 |
task_categories:
|
19 |
-
- time-series-
|
20 |
-
- tabular-
|
21 |
-
-
|
22 |
-
-
|
23 |
dataset_info:
|
24 |
description: |
|
25 |
This dataset contains official trading holidays and special trading sessions for the capital markets segment of NSE and BSE in India. The data is stored in two Parquet files:
|
@@ -46,16 +46,6 @@ This dataset contains official **trading holidays** and **special trading sessio
|
|
46 |
### π `Holidays.parquet`
|
47 |
Contains the list of **regular trading holidays** when the capital markets were closed.
|
48 |
|
49 |
-
**Columns:**
|
50 |
-
- `Date`: Holiday date (`# π
Bhavcopy Calendar: NSE & BSE Holidays & Special Sessions (Capital Markets Only)
|
51 |
-
|
52 |
-
This dataset contains official **trading holidays** and **special trading sessions** for the **capital markets segment** of the **National Stock Exchange (NSE)** and **Bombay Stock Exchange (BSE)** in India.
|
53 |
-
|
54 |
-
## π Files Included
|
55 |
-
|
56 |
-
### π `Holidays.parquet`
|
57 |
-
Contains the list of **regular trading holidays** when the capital markets were closed.
|
58 |
-
|
59 |
**Columns:**
|
60 |
- `Date`: Holiday date (`YYYY-MM-DD`)
|
61 |
- `Holiday`: Description of the occasion (e.g., *Republic Day*, *Diwali*, etc.)
|
@@ -70,55 +60,9 @@ Contains **special or non-standard trading sessions**, such as *Muhurat Trading*
|
|
70 |
## π Use Cases
|
71 |
|
72 |
- Calendar-aware stock market data analysis
|
73 |
-
- Backtesting strategies that skip holidays
|
74 |
-
- Feature engineering for
|
75 |
-
-
|
76 |
-
|
77 |
-
## π¦ Format
|
78 |
-
|
79 |
-
All data is stored in **Apache Parquet** format for efficient loading and compatibility with:
|
80 |
-
|
81 |
-
- [Pandas](https://pandas.pydata.org/)
|
82 |
-
- [Polars](https://pola.rs/)
|
83 |
-
- [PyArrow](https://arrow.apache.org/)
|
84 |
-
- [PySpark](https://spark.apache.org/)
|
85 |
-
|
86 |
-
## ποΈ Coverage
|
87 |
-
|
88 |
-
- **Exchanges**: NSE and BSE
|
89 |
-
- **Market Segment**: Capital Markets only
|
90 |
-
- **Data Types**: Trading Holidays, Special Sessions
|
91 |
-
- **Region**: India
|
92 |
-
- **Last updated**: `Sep 14, 2025` <!-- You can dynamically insert this in your script -->
|
93 |
-
|
94 |
-
## π License
|
95 |
-
|
96 |
-
This dataset is shared under the **MIT License**.
|
97 |
-
Please refer to the official exchange circulars for the most accurate and up-to-date information before making trading decisions.
|
98 |
-
|
99 |
-
## π Acknowledgements
|
100 |
-
|
101 |
-
This dataset is compiled based on publicly available information published by the NSE and BSE.
|
102 |
-
|
103 |
-
---
|
104 |
-
|
105 |
-
> Maintained by [@MSM02](https://huggingface.co/MSM02)
|
106 |
-
)
|
107 |
-
- `Holiday`: Description of the occasion (e.g., *Republic Day*, *Diwali*, etc.)
|
108 |
-
|
109 |
-
### π‘ `Special Sessions.parquet`
|
110 |
-
Contains **special or non-standard trading sessions**, such as *Muhurat Trading*, *extended hours*, or *Saturday sessions*.
|
111 |
-
|
112 |
-
**Columns:**
|
113 |
-
- `Date`: Session date (`YYYY-MM-DD`)
|
114 |
-
- `Description`: Type of session or context (e.g., *Muhurat Trading*, *Special Live Session*)
|
115 |
-
|
116 |
-
## π Use Cases
|
117 |
-
|
118 |
-
- Calendar-aware stock market data analysis
|
119 |
-
- Backtesting strategies that skip holidays/special sessions
|
120 |
-
- Feature engineering for financial machine learning models
|
121 |
-
- Trading bot schedule adjustment
|
122 |
|
123 |
## π¦ Format
|
124 |
|
@@ -135,7 +79,7 @@ All data is stored in **Apache Parquet** format for efficient loading and compat
|
|
135 |
- **Market Segment**: Capital Markets only
|
136 |
- **Data Types**: Trading Holidays, Special Sessions
|
137 |
- **Region**: India
|
138 |
-
- **Last updated**:
|
139 |
|
140 |
## π License
|
141 |
|
|
|
16 |
size_categories:
|
17 |
- small
|
18 |
task_categories:
|
19 |
+
- time-series-forecasting
|
20 |
+
- tabular-classification
|
21 |
+
- tabular-regression
|
22 |
+
- other
|
23 |
dataset_info:
|
24 |
description: |
|
25 |
This dataset contains official trading holidays and special trading sessions for the capital markets segment of NSE and BSE in India. The data is stored in two Parquet files:
|
|
|
46 |
### π `Holidays.parquet`
|
47 |
Contains the list of **regular trading holidays** when the capital markets were closed.
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
**Columns:**
|
50 |
- `Date`: Holiday date (`YYYY-MM-DD`)
|
51 |
- `Holiday`: Description of the occasion (e.g., *Republic Day*, *Diwali*, etc.)
|
|
|
60 |
## π Use Cases
|
61 |
|
62 |
- Calendar-aware stock market data analysis
|
63 |
+
- Backtesting strategies that skip holidays or special sessions
|
64 |
+
- Feature engineering for time-series or trading models
|
65 |
+
- Scheduling automated trading bots
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
## π¦ Format
|
68 |
|
|
|
79 |
- **Market Segment**: Capital Markets only
|
80 |
- **Data Types**: Trading Holidays, Special Sessions
|
81 |
- **Region**: India
|
82 |
+
- **Last updated**: Sep 14, 2025
|
83 |
|
84 |
## π License
|
85 |
|