1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
---
name: "🐞 Bug Report"
about: Find a bug? Create a report to help us improve.
title: ''
labels: 'bug'
assignees: ''
---
<!--
Thanks for taking the time to submit this bug report.
Please provide us with a detailed description of the bug and a bit of information about your system.
-->
## Issue Description
<!--
Replace this comment block with a description of the bug.
Be sure to include details such as the expected and actual outcomes.
-->
## System Info
- 🖥 **OS name and version**: <!-- Replace with OS name and version (e.g. macOS 10.15.7). -->
- 🐍 **Python version**: <!-- Replace with Python version (e.g. Python 3.8.5). -->
- 🏹 **Arrow version**: <!-- Replace with Arrow version. Run arrow.__version__ to find out! -->
|