How to use 'pandas get sheet names' in Python

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.

All examples are scanned by Snyk Code

By copying the Snyk Code Snippets you agree to
60def test_get_sheet_names(self):
61 sheet_names = self.sc.get_sheet_names()
62 self.assertEqual(sheet_names, ["Sheet1"])

Related snippets