def setUpClass(cls):
     super().setUpClass()
     if LooseVersion(pd.__version__) >= LooseVersion("0.25"):
         pd.set_option("plotting.backend", "matplotlib")
     set_option("plotting.backend", "matplotlib")
     set_option("plotting.max_rows", 2000)
     set_option("plotting.sample_ratio", None)
 def setUpClass(cls):
     super().setUpClass()
     set_option("compute.ops_on_diff_frames", True)
 def setUpClass(cls):
     super().setUpClass()
     pd.set_option("plotting.backend", "plotly")
     set_option("plotting.backend", "plotly")
     set_option("plotting.max_rows", 2000)
     set_option("plotting.sample_ratio", None)
Exemple #4
0
 def setUpClass(cls):
     super().setUpClass()
     pd.set_option("plotting.backend", "matplotlib")
     set_option("plotting.backend", "matplotlib")
     set_option("plotting.max_rows", 1000)
Exemple #5
0
 def setUpClass(cls):
     super().setUpClass()
     set_option("display.max_rows", ReprTest.max_display_count)
Exemple #6
0
 def setUpClass(cls):
     super().setUpClass()
     set_option("plotting.max_rows", 2000)
     set_option("plotting.sample_ratio", None)