fishcharlie commited on
Commit
0734ea5
1 Parent(s): 2e18146

Adding dataset

Browse files

Signed-off-by: Charlie Fish <contact@charlie.fish>

Files changed (4) hide show
  1. .gitattributes +1 -0
  2. LICENSE +7 -0
  3. README.md +54 -0
  4. dataset.csv +3 -0
.gitattributes CHANGED
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ dataset.csv filter=lfs diff=lfs merge=lfs -text
LICENSE ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ Copyright 2024 Charlie Fish
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
README.md CHANGED
@@ -1,3 +1,57 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ # btc-usd-coinbase-trades-1h-2024-12-07-18-00-00
6
+
7
+ This is a dataset of Coinbase trades for the BTC-USD trading pair. 1 hour of data is included, starting at 2024-12-07 18:00:00 UTC. You can find the complete dataset at `dataset.csv`.
8
+
9
+ ## Key Information
10
+
11
+ - **Name**: `btc-usd-coinbase-trades-1h-2024-12-07-18-00-00`
12
+ - **Exchange**: `coinbase`
13
+ - **Trading Pair**: `btc-usd`
14
+ - **Interval**: `1h`
15
+ - **Start Time**: `2024-12-07 18:00:00 UTC`
16
+ - **End Time**: `2024-12-07 19:00:00 UTC`
17
+ - **License**: `MIT`
18
+
19
+ ## Columns
20
+
21
+ - `type`: The type of trade. This will always be `ticker`.
22
+ - `sequence`: The sequence number of the trade.
23
+ - `product_id`: The trading pair for the trade. This will always be `BTC-USD`.
24
+ - `price`: The price of the trade.
25
+ - `open_24h`: The opening price of the trading pair in the last 24 hours.
26
+ - `volume_24h`: The volume of the trading pair in the last 24 hours.
27
+ - `low_24h`: The lowest price of the trading pair in the last 24 hours.
28
+ - `high_24h`: The highest price of the trading pair in the last 24 hours.
29
+ - `volume_30d`: The volume of the trading pair in the last 30 days.
30
+ - `best_bid`: The best bid price.
31
+ - `best_bid_size`: The size of the best bid.
32
+ - `best_ask`: The best ask price.
33
+ - `best_ask_size`: The size of the best ask.
34
+ - `side`: The side of the trade. This will always be `buy` or `sell`.
35
+ - `time`: The time of the trade.
36
+ - `trade_id`: The trade ID.
37
+ - `last_size`: The size of the last trade.
38
+
39
+ ## Risks and Warnings
40
+
41
+ - The code used to collect this data is set to restart on failure. This means that it's possible during that failure that some data is lost. However, the code is designed to minimize data loss as much as possible.
42
+ - This data is collected from the Coinbase API. No guarantees are made about the accuracy of the data.
43
+ - This data has not been cleaned or processed in any way. It is raw data from the Coinbase API. The only change to the data is to filter the time range to the specified interval.
44
+ - This dataset only includes 1 hour of data. It is not a very comprehensive or large dataset.
45
+ - There may be more risks and warnings that are not listed here. Please use your best judgment when using this data.
46
+
47
+ ## Why?
48
+
49
+ The primary purpose of this dataset is to experiment with Hugging Face's Datasets functionality. I wanted to create a dataset that could be used for testing and experimentation. This is my first attempt at working with datasets on Hugging Face. However, this dataset is valid and just because it was created for experimentation does not mean it cannot be used.
50
+
51
+ ## Contact
52
+
53
+ If you have any questions about this dataset, you can find my contact information at [https://charlie.fish/contact](https://charlie.fish/contact).
54
+
55
+ ## License
56
+
57
+ This data is released under the MIT License. You can find the full text of the license in the `LICENSE` file in this dataset.
dataset.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:404827976b0d455d7641a6be9e0992cc8efbc6007e768b4103a229b459ec5c05
3
+ size 43395907