Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
-
Updated
Apr 3, 2022 - Python


#9130 adds a
sort_resultsargument toassert_eq, which allows us to assert DataFrame equality without sorting them (by default,assert_eqsorts the input DataFrames before checking equality). It'll be nice to identify+update the tests that would benefit from it.A first step could be to run the dataframe tests with
check_index=Falseandsort_results=Falseas defaults.