MSM02 commited on
Commit
78a6ce2
Β·
1 Parent(s): aae73a5

Revised data card

Browse files
Files changed (1) hide show
  1. README.md +8 -64
README.md CHANGED
@@ -16,10 +16,10 @@ tags:
16
  size_categories:
17
  - small
18
  task_categories:
19
- - time-series-analysis
20
- - tabular-data
21
- - forecasting
22
- - data-preprocessing
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/special sessions
74
- - Feature engineering for financial machine learning models
75
- - Trading bot schedule adjustment
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**: `Sep 14, 2025` <!-- You can dynamically insert this in your script -->
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