Dick Buckley (baseball)

Richard D. Buckley (September 21, 1858 - December 12, 1929) was a Major League Baseball player. He played from 1888 to 1895.

Dick Buckley
Catcher
Born: (1858-09-21)September 21, 1858
Troy, New York
Died: December 12, 1929(1929-12-12) (aged 71)
Pittsburgh, Pennsylvania
Batted: Right Threw: Right
MLB debut
April 20, 1888, for the Indianapolis Hoosiers
Last MLB appearance
September 28, 1895, for the Philadelphia Phillies
MLB statistics
Batting average.245
Home runs26
Runs batted in216
Teams

Sources


gollark: ```python#!/usr/bin/env python3import fileinputimport sysdef process_char(c): if c == "\n" or c == " ": return c return "||" + c + "||"for line in fileinput.input(): out = "".join([process_char(c) for c in line]) sys.stdout.buffer.write(out.encode("utf-8"))```
gollark: I made a simple python script for it.
gollark: https://github.com/acelewis/my_first_calculator.py
gollark: https://raw.githubusercontent.com/AceLewis/my_first_calculator.py/master/my_first_calculator.py
gollark: What *is* that tweet on about?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.