diff --git a/doc/source/io.rst b/doc/source/io.rst index dfe85c4cb224b..1852330c0b1be 100644 --- a/doc/source/io.rst +++ b/doc/source/io.rst @@ -3411,6 +3411,7 @@ table : `test_dataset.test_table` into a DataFrame using the :func:`~pandas.io.r function. .. code-block:: python + # Insert your BigQuery Project ID Here # Can be found in the Google web console projectid = "xxxxxxxx" diff --git a/doc/source/timeseries.rst b/doc/source/timeseries.rst index 7ca4ff0529b4e..7f3e0819c2c06 100644 --- a/doc/source/timeseries.rst +++ b/doc/source/timeseries.rst @@ -1280,9 +1280,10 @@ To supply the time zone, you can use the ``tz`` keyword to ``date_range`` and other functions. Dateutil time zone strings are distinguished from ``pytz`` time zones by starting with ``dateutil/``. -- In ``pytz`` you can find a list of common (and less common) time zones using ``from pytz import common_timezones, all_timezones``. +- In ``pytz`` you can find a list of common (and less common) time zones using + ``from pytz import common_timezones, all_timezones``. - ``dateutil`` uses the OS timezones so there isn't a fixed list available. For -common zones, the names are the same as ``pytz``. + common zones, the names are the same as ``pytz``. .. ipython:: python