The documentation for Pandas has numerous examples of best practices for working with data stored in various formats.
However, I am unable to find any good examples
For Sybase the following works (with http://python-sybase.sourceforge.net)
import pandas.io.sql as psql import Sybase df = psql.frame_query("", con=Sybase.connect("", "", ""))