Shota Dobayashi
Shota Dobayashi (堂林 翔太, Dobayashi Shota, born August 17, 1991 in Toyota, Aichi, Japan) is a professional Japanese baseball player. He plays infielder for the Hiroshima Toyo Carp.
Shota Dobayashi | |||
---|---|---|---|
![]() Dobayashi with the Hiroshima Toyo Carp | |||
Hiroshima Toyo Carp – No. 7 | |||
infielder | |||
Born: Toyota, Aichi, Japan | August 17, 1991|||
| |||
debut | |||
March 30, 2012, for the Hiroshima Toyo Carp | |||
NPB statistics (through 2018 season) | |||
Batting average | .236 | ||
RBIs | 135 | ||
Home runs | 31 | ||
Teams | |||
| |||
Career highlights and awards | |||
|
Personal life
He is married with former TBS announcer Erina Masuda on November 6, 2014. He has one child, a boy.
gollark: Well, it's generic, obviously safer, and appears to involve less weird pointer meddling.
gollark: And 🦀Safe Rust™🦀.
gollark: See, this is much nicer.
gollark: ```rustpub struct List<T> { head: Link<T>,}type Link<T> = Option<Box<Node<T>>>;struct Node<T> { elem: T, next: Link<T>,}impl<T> List<T> { pub fn new() -> Self { List { head: None } } pub fn push(&mut self, elem: T) { let new_node = Box::new(Node { elem: elem, next: self.head.take(), }); self.head = Some(new_node); } pub fn pop(&mut self) -> Option<T> { self.head.take().map(|node| { self.head = node.next; node.elem }) }}impl<T> Drop for List<T> { fn drop(&mut self) { let mut cur_link = self.head.take(); while let Some(mut boxed_node) = cur_link { cur_link = boxed_node.next.take(); } }}```
gollark: ... or at all?
External links
![]() |
Wikimedia Commons has media related to Shota Dobayashi. |
- Career statistics and player information from Baseball-Reference (Minors)
- NPB.com
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.