[
https://issues.apache.org/jira/browse/ARROW-9546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joris Van den Bossche resolved ARROW-9546.
------------------------------------------
Fix Version/s: 2.0.0
Resolution: Fixed
Issue resolved by pull request 7821
[https://github.com/apache/arrow/pull/7821]
> [Python] Clean up Pandas Metadata Conversion test
> -------------------------------------------------
>
> Key: ARROW-9546
> URL: https://issues.apache.org/jira/browse/ARROW-9546
> Project: Apache Arrow
> Issue Type: Test
> Components: Python
> Environment: Ubuntu 20.04
> Reporter: Andrew Wieteska
> Assignee: Andrew Wieteska
> Priority: Trivial
> Labels: pull-request-available, style, test
> Fix For: 2.0.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Cosmetic improvement: in test_pandas.py,
> TestMetadataConvert/test_multiindex_duplicate_values these lines
>
> |table = pa.Table.from_pandas(df)|
> |result_df = table.to_pandas() |
> |tm.assert_frame_equal(result_df, df)|
> can be replaced with
> |{{_check_pandas_roundtrip(df, preserve_index=True)}}|
> {{}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)