Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
Question What is the current state of the art database app? How does it compare to SQL? Can pandas be used in place of either? If not, is there something that bridges the gap between SQL and pand...
#2: Post edited
- What is the current state of the art database app? How does it compare to SQL? Can pandas be used in place of either?
- If not, is there something that bridges the gap between SQL and pandas or the current state of the art?
- I have become proficient in pandas and have come to like the syntax. I have experience with SQL, but would have to study my notes to get back up to speed, and find the syntax rather tedious.
- # Question
- What is the current state of the art database app? How does it compare to SQL? Can pandas be used in place of either?
- If not, is there something that bridges the gap between SQL and pandas or the current state of the art?
- # Context
- I have become proficient in pandas and have come to like the syntax. I have experience with SQL, but would have to study my notes to get back up to speed, and find the syntax rather tedious.
#1: Initial revision
Can pandas be used as a database backend for persistent storage?
What is the current state of the art database app? How does it compare to SQL? Can pandas be used in place of either? If not, is there something that bridges the gap between SQL and pandas or the current state of the art? I have become proficient in pandas and have come to like the syntax. I have experience with SQL, but would have to study my notes to get back up to speed, and find the syntax rather tedious.