0% found this document useful (0 votes)
33 views1 page

Data Field Identifier

The document outlines different data fields that could be used to store player statistics, the data type for each field, an example, and the reason for choosing that data type. The data fields include player name, birth date, age, playing role, batting style, fielding position, bowling style, and statistics for tests, ODIs, and T20s played, innings, runs, averages, highest scores, and more.

Uploaded by

Vaibhavi Koche
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views1 page

Data Field Identifier

The document outlines different data fields that could be used to store player statistics, the data type for each field, an example, and the reason for choosing that data type. The data fields include player name, birth date, age, playing role, batting style, fielding position, bowling style, and statistics for tests, ODIs, and T20s played, innings, runs, averages, highest scores, and more.

Uploaded by

Vaibhavi Koche
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Data field identifier Data Type Example Your reason for using this data type

Player_name string MS Dhoni Names may contain letters and any other
characters
Birth_date string July 7,1981 Birth date may contain letters and any other
characters.
Age Integer 38 Age contain numeric integer
Playing_role string Wicketkeeper batsman Playing role may contain letters and any other
characters
Batting_style string Right-hand bat Batting style may contain letters and any other
characters.
Fielding_position string Wicketkeeper Fielding position may contain letters and any other
characters
Bowling_style String Right-arm medium Bowling style may contain letters and any other
characters
Tests_played Integer 90 Test matches played contain numeric integer
Tests_inns Integer 144 Test innings contain numeric integer
Tests_runs Integer 4876 Test runs scored contain numeric integer
Tests_bat_avg Float 38.09 Test batting average contain decimal values
Tests_HS String 224 Test Highest score contains numeric integer and
other
Tests_bowl_avg String - Test bowling average may contains numeric integer
and other characters
Tests_wic String - Test wickets taken may contain numeric integer
and other characters
Tests_best String - Test best bowling figures may contain numeric
integer and other characters
Odi_played Integer 350 ODI matches played contain numeric integer
Odi_inns Integer 297 ODI innings contain numeric integer
Odi_avg float 50.57 ODI batting average contain decimal values
Odi_HS String 183* ODI highest score contain numeric integer and
other characters
T20_played Integer 98 T20 matches played contains numeric integers
T20_avg Float 37.6 T20 batting average contain decimal values
T20_HS String 56 T20 Highest score contains numeric integer and
other characters
T20_runs Integer 1617 T20 runs scored contain numeric integer

You might also like