Commits


Antoine Pitrou authored and Wes McKinney committed 29268ec5a0a
ARROW-2342: [Python] Allow pickling more types Several types (bool, timestamp with a non-None timezone, floats) were unpicklable. Based on PR #1778. Author: Antoine Pitrou <antoine@python.org> Closes #1780 from pitrou/ARROW-2342-types-pickling and squashes the following commits: 4cda526d <Antoine Pitrou> ARROW-2342: Allow pickling more types