aws / aws/amazon-redshift-python-driver
fetch_dataframe returning float types incorrectly
- Ngôn ngữ chính
- Python
- Star
- 220
- Fork
- 86
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
The **fetch_dataframe** method provided by the Redshift connector appears to return more decimal places than expected. For example, 0.074 becomes 0.07400000095367, likely due to how Redshift stores and retrieves floating-point or decimal values with higher precision than originally intended.
The first image shows what was returned by the **fetch_dataframe** method and although the revenue growth column is exactly what we expected (exact user inputs without more decimal places), when we actually take a look at one of the values specifically (second one in this case), we get the value in the second image. This suggests that fetch_dataframe is already returning extra decimal places but just not viewable when printing the whole dataframe. For now, we have identified that this is a problem for the datatypes **REAL** and **DOUBLE PRECISION** on the redshift connector.


Hướng dẫn đóng góp
Hướng nghiên cứu
Bắt đầu bằng cách lần theo phương thức fetch_dataframe và tái hiện các giá trị đã báo cáo cho REAL và DOUBLE PRECISION trong Redshift. So sánh các giá trị được trả về với độ chính xác của đầu vào và hành vi hiện có của connector; công việc được xem là hoàn tất khi các giá trị thập phân mong đợi được trả về mà không có các chữ số dấu phẩy động ngoài ý muốn, với một regression test bao phủ cả hai kiểu.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- aws, python
- Lĩnh vực
- databases
- Loại issue
- Lỗi
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Cần làm rõ
- Mức phù hợp với người mới
- 38/100