Every line of 'pandas get sheet names' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
60 def test_get_sheet_names(self): 61 sheet_names = self.sc.get_sheet_names() 62 self.assertEqual(sheet_names, ["Sheet1"])