Insert a Group of data - feature request
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 5/5
- Thời gian dự kiến
- Hơn một tuần
- Mức phù hợp với người mới
- 25/100
- Loại issue
- Tính năng
- Độ rõ ràng
- Khá rõ ràng
- Mức độ hoạt động
- Đình trệ
- Công nghệ
- python
- Lĩnh vực
- backend-api-design, tooling
Hướng nghiên cứu
No files, tests, or entry points are named. Start by examining the library's public API and its XML handling for calculated fields or categorical bins. Done means users can create a grouped column with multiple named bins and values without editing workbook XML manually.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
I've got a strong use-case for the ability to insert a group of a particular column of my data. There does not appear to be a way to do this currently other than hacking the XML. This would enable an easy way to interactively redraw Sales Territory borders, but starting with the current territories rather than a blank slate.
Something like this:
<column datatype="string" name="[Cust Group by Territory]" role="dimension" type="nominal">
<calculation class="categorical-bin" column="[Customer ID]" default=""Other"" new-bin="true">
<bin default-name="false" value=""NorthNYC"">
<value>"34942825"</value>
<value>"93347600"</value>
</bin>
<bin default-name="false" value=""SouthNYC"">
<value>"34944166"</value>
<value>"34941834"</value>
<value>"52386700"</value>
</bin>
</calculation>
</column>
- Ngôn ngữ chính
- Python
- Star
- 363
- Fork
- 183
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của tableau/document-api-python
-
Độ khó 5/5 Hơn một tuần Mức phù hợp với người mới 20/100
tableau/document-api-python#270 ·
-
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 25/100
tableau/document-api-python#260 ·
-
docs
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 55/100
tableau/document-api-python#258 ·
-
Độ khó 5/5 Hơn một tuần Mức phù hợp với người mới 30/100
tableau/document-api-python#251 · 2 bình luận ·
-
Alternative for Document Api Đang mở
Độ khó 5/5 Hơn một tuần Mức phù hợp với người mới 20/100
tableau/document-api-python#250 · 2 bình luận ·