Baselight

2023 NPB Active Players

Career statistics of active NPB players

@kaggle.egerber1_2022_npb_active_players

Npb Pitching2023
@kaggle.egerber1_2022_npb_active_players.npb_pitching2023

  • 91.19 KB
  • 1974 rows
  • 33 columns
unnamed_0

Unnamed: 0

player_id

Player ID

last_name

Last Name

first_name

First Name

position

Position

bats

Bats

throws

Throws

height

Height

weight

Weight

born

Born

year

Year

team

Team

g

G

w

W

l

L

sv

SV

hld

HLD

hp

HP

cg

CG

sho

SHO

pct

PCT

bf

BF

ip

IP

h

H

hr

HR

bb

BB

hb

HB

so

SO

wp

WP

bk

BK

r

R

er

ER

era

ERA

1105153AbeShotaPitcherLeftRight17880November 3, 19922021ORIX4163.24113337.36
11105153AbeShotaPitcherLeftRight17880November 3, 19922022ORIX4413222311664422110242330.61
21105153AbeShotaPitcherLeftRight17880November 3, 19922023ORIX4935121240.37519346.237412542117142.7
331135134AduwaMakotoPitcherRightRight19684October 2, 19982018Hiroshima53625110.7529367.162436230229283.74
431135134AduwaMakotoPitcherRightRight19684October 2, 19982019Hiroshima193510.37540491.21011427452252444.32
531135134AduwaMakotoPitcherRightRight19684October 2, 19982023Hiroshima1411216716.21512113663.24
651155155AkahoshiYujiPitcherRightRight17582July 2, 19992022Yomiuri3155550.5347788183245250354.04
751155155AkahoshiYujiPitcherRightRight17582July 2, 19992023Yomiuri12550.5281697051346427263.39
851155131AkiyamaTakumiPitcherLeftRight188101April 26, 19912010Hanshin743110.57116640.1333132316153.35
951155131AkiyamaTakumiPitcherLeftRight188101April 26, 19912011Hanshin21377.181711756.14

CREATE TABLE npb_pitching2023 (
  "unnamed_0" BIGINT,
  "player_id" BIGINT,
  "last_name" VARCHAR,
  "first_name" VARCHAR,
  "position" VARCHAR,
  "bats" VARCHAR,
  "throws" VARCHAR,
  "height" DOUBLE,
  "weight" DOUBLE,
  "born" VARCHAR,
  "year" BIGINT,
  "team" VARCHAR,
  "g" BIGINT,
  "w" BIGINT,
  "l" BIGINT,
  "sv" BIGINT,
  "hld" BIGINT,
  "hp" BIGINT,
  "cg" DOUBLE,
  "sho" BIGINT,
  "pct" DOUBLE,
  "bf" DOUBLE,
  "ip" DOUBLE,
  "h" BIGINT,
  "hr" BIGINT,
  "bb" BIGINT,
  "hb" BIGINT,
  "so" BIGINT,
  "wp" BIGINT,
  "bk" BIGINT,
  "r" DOUBLE,
  "er" DOUBLE,
  "era" DOUBLE
);

Share link

Anyone who has the link will be able to view this.