Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
---
|
5 |
+
|
6 |
+
# 3Blue1Brown transcripts
|
7 |
+
|
8 |
+
## Data
|
9 |
+
|
10 |
+
This dataset provides transcriptions of all videos of the amazing [3Blue1Brown](https://www.youtube.com/c/3blue1brown?app=desktop).
|
11 |
+
|
12 |
+
Last update was on 09.02.2022.
|
13 |
+
|
14 |
+
### Schema
|
15 |
+
```
|
16 |
+
# Column Non-Null Count Dtype
|
17 |
+
--- ------ -------------- -----
|
18 |
+
0 video_title 116 non-null object
|
19 |
+
1 transcription 116 non-null object
|
20 |
+
```
|