Created
September 9, 2020 13:20
-
-
Save aniruddha27/5a1949c77403af1eafae4ccd0ced2fbd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Drop index | |
db.restaurants.drop_index('cuisine_1') | |
# Get indexes | |
db.restaurants.index_information() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment