File size: 5,046 Bytes
f5fee92 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 |
# WT-DATA-PROJECT.DATA
Data collected in wt-data-project.
<table>
<tr>
<th>Repository</th>
<th>Info</th>
</tr>
<tr>
<td><a href="https://github.com/ControlNet/wt-data-project.data">wt-data-project.data</a></td>
<td>
<img src="https://img.shields.io/github/forks/ControlNet/wt-data-project.data?style=flat-square" alt="">
<img src="https://img.shields.io/github/stars/ControlNet/wt-data-project.data?style=flat-square" alt="">
<img src="https://img.shields.io/github/last-commit/ControlNet/wt-data-project.data/master?style=flat-square" alt="">
</td>
</tr>
<tr>
<td><a href="https://github.com/ControlNet/wt-data-project.web">wt-data-project.web</a></td>
<td>
<img src="https://img.shields.io/github/forks/ControlNet/wt-data-project.web?style=flat-square" alt="">
<img src="https://img.shields.io/github/stars/ControlNet/wt-data-project.web?style=flat-square" alt="">
<img src="https://img.shields.io/github/last-commit/ControlNet/wt-data-project.web?style=flat-square" alt="">
<img src="https://img.shields.io/website?style=flat-square&up_message=online&url=https%3A%2F%2Fwt.controlnet.space" alt="">
</td>
</tr>
<tr>
<td><a href="https://github.com/ControlNet/wt-data-project.visualization">wt-data-project.visualization</a></td>
<td>
<img src="https://img.shields.io/github/forks/ControlNet/wt-data-project.visualization?style=flat-square" alt="">
<img src="https://img.shields.io/github/stars/ControlNet/wt-data-project.visualization?style=flat-square" alt="">
<img src="https://img.shields.io/github/last-commit/ControlNet/wt-data-project.visualization/master?style=flat-square" alt="">
</td>
</tr>
</table>
## Visualization
The visualization part is in this [webpage](https://wt.controlnet.space).
## Other links
The dataset is also hosted on [Kaggle](https://www.kaggle.com/datasets/controlnet999/wt-data-project).
## Time-series RB battle ranks data
File `rb_ranks_1.csv`: containing a time-series from 2019-11-22 until now, and grouped as battle rating ranges = 1.0.
File `rb_ranks_0.csv`: time-series data for each battle rating and nation
File `rb_ranks_all.csv`: time-series data for each nation, aggregated by all battle ratings
The overall stats is calculated with weighted average, and the weight is the `battles` in thunderskill data.
### Content
* nation: USA, USSR...
* cls: Aviation, Ground_vehicles, Fleet
* date: 2020-08-13, 2020-05-10...
* rb_br: 9.7 ~ 10.7
* rb_lower_br: 9.7
* rb_battles_sum
* rb_battles_mean
* rb_win_rate
* rb_air_frags_per_battle
* rb_air_frags_per_death
* rb_ground_frags_per_battle
* rb_ground_frags_per_death
## Thunderskill data
Directory `ts`: containing content from [thunderskill](http://thunderskill.com/en)
#### Content
* name: ts url name
* ab_battles
* ab_win_rate
* ab_air_frags_per_battle
* ab_air_frags_per_death
* ab_ground_frags_per_battle
* ab_ground_frags_per_death
* rb_battles
* rb_win_rate
* rb_air_frags_per_battle
* rb_air_frags_per_death
* rb_ground_frags_per_battle
* rb_ground_frags_per_death
* sb_battles
* sb_win_rate
* sb_air_frags_per_battle
* sb_air_frags_per_death
* sb_ground_frags_per_battle
* sb_ground_frags_per_death
* alt_name: alternative name
## War Thunder Wiki data
Directory `wk`: containing content from [war thunder wiki](https://wiki.warthunder.com/)
#### Content
* name: displayed name in wiki page
* nation: USA, USSR...
* cls: Aviation, Ground_vehicles, Fleet
* ab_br
* rb_br
* sb_br
* ab_repair
* rb_repair
* sb_repair
* is_premium: True if the vehicle is premium else False
* ab_rp_rate
* ab_sl_rate
* rb_rp_rate
* rb_sl_rate
* sb_rp_rate
* sb_sl_rate
## Joined data
Directory `joined`
To utilize both the battle stats like `rb_win_rate` and the information of `nation` and `rb_br`, the joined data is
joined by the Thunderskill data and WT Wiki data.
Please acknowledge the join process is not perfectly accurate. Please report if there is any join issue.
#### Content
**TS Part**
* name: ts url name
* ab_battles
* ab_win_rate
* ab_air_frags_per_battle
* ab_air_frags_per_death
* ab_ground_frags_per_battle
* ab_ground_frags_per_death
* rb_battles
* rb_win_rate
* rb_air_frags_per_battle
* rb_air_frags_per_death
* rb_ground_frags_per_battle
* rb_ground_frags_per_death
* sb_battles
* sb_win_rate
* sb_air_frags_per_battle
* sb_air_frags_per_death
* sb_ground_frags_per_battle
* sb_ground_frags_per_death
* alt_name: alternative name
**Wiki Part**
* wk_name: displayed name in wiki page
* nation: USA, USSR...
* cls: Aviation, Ground_vehicles, Fleet
* ab_br
* rb_br
* sb_br
* ab_repair
* rb_repair
* sb_repair
* is_premium: True if the vehicle is premium else False
* ab_rp_rate
* ab_sl_rate
* rb_rp_rate
* rb_sl_rate
* sb_rp_rate
* sb_sl_rate
|