You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/10/05 03:58:11 UTC

[GitHub] [arrow] arw2019 commented on a change in pull request #8244: ARROW-8355: [Python] Reduce the number of pandas dependent test cases in test_feather

arw2019 commented on a change in pull request #8244:
URL: https://github.com/apache/arrow/pull/8244#discussion_r499335730



##########
File path: python/pyarrow/tests/test_feather.py
##########
@@ -128,19 +128,22 @@ def test_dataset(version):
     num_values = (100, 100)
     num_files = 5
     paths = [random_path() for i in range(num_files)]
-    df = pd.DataFrame(np.random.randn(*num_values),
-                      columns=['col_' + str(i)
-                               for i in range(num_values[1])])
+    table = pa.Table.from_arrays(

Review comment:
       will switch to that




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org