Skip to content

Commit

Permalink
Tarballs and Readme Finilization
Browse files Browse the repository at this point in the history
  • Loading branch information
zjw-hunter committed Sep 22, 2021
1 parent 59fc7d6 commit 0466639
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 1 deletion.
Binary file added Dota2ProMatches/Leagues.bson.gz
Binary file not shown.
Binary file added Dota2ProMatches/Leagues.metadata.json.gz
Binary file not shown.
Binary file added Dota2ProMatches/Matches.bson.gz
Binary file not shown.
Binary file added Dota2ProMatches/Matches.metadata.json.gz
Binary file not shown.
Binary file added Dota2ProMatches/Players.bson.gz
Binary file not shown.
Binary file added Dota2ProMatches/Players.metadata.json.gz
Binary file not shown.
Binary file added Dota2ProMatches/Teams.bson.gz
Binary file not shown.
Binary file added Dota2ProMatches/Teams.metadata.json.gz
Binary file not shown.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ I included events from this [list](https://liquipedia.net/dota2/Tier_1_Tournamen
In addition to the Dataset I also made some python classes for data collection and statistical operations. They are located in the source folder:

/Dota2EsportDataset/Database_Objects/
I have also made the data collection tools available, feel free to use them to update the dataset or scan a different list of tournaments.
I have also made the data collection tools available, feel free to use them to update the dataset or scan a different list of tournaments.

The following query is useful for getting leagues / teams with exact playerids.

{teams: { $elemMatch: {"players": {$not: {$elemMatch: {'player.playerID': {$nin: <Array of Player IDs>}}}}}}}

In order to use them you will need to set a few environmental variables:

Expand Down

0 comments on commit 0466639

Please sign in to comment.