Skip to content

tmg99/reviewnb-test

This branch is up to date with epalese/reviewnb-test:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 15, 2020
cf4f07c · May 15, 2020

History

1 Commit
May 15, 2020

Repository files navigation

{
 "cells": [
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "# test reviewnb\n",
    "This is a notebook to test the features of reviewnb."
   ]
  },
  {
   "cell_type": "code",
   "execution_count": null,
   "metadata": {},
   "outputs": [],
   "source": [
    "import os\n",
    "import sys"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": null,
   "metadata": {},
   "outputs": [],
   "source": [
    "The following SQL statement contains an error that will be fixed."
   ]
  },
  {
   "cell_type": "code",
   "execution_count": null,
   "metadata": {},
   "outputs": [],
   "source": [
    "sql = \"\"\"SELECT T1.FIELD1, T2.FIELD2, T3.FIELD3\n",
    "FROM TABLE1 T1 INNER JOIN TABLE2 T2 ON T1.KEY1 = T2.KEY1\n",
    "LEFT JOIN TABLE3 T3 ON T1.KEY2 = T3.KEY2\n",
    "WHERE T2.KEY1 BETWEEN '2020-02-01' AND '2020-02-30'\n",
    "\"\"\""
   ]
  },
  {
   "cell_type": "code",
   "execution_count": null,
   "metadata": {},
   "outputs": [],
   "source": [
    "def func():\n",
    "    end = 1000\n",
    "    count = 0\n",
    "    while count <= 1000:\n",
    "        pass"
   ]
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Python 3",
   "language": "python",
   "name": "python3"
  },
  "language_info": {
   "codemirror_mode": {
    "name": "ipython",
    "version": 3
   },
   "file_extension": ".py",
   "mimetype": "text/x-python",
   "name": "python",
   "nbconvert_exporter": "python",
   "pygments_lexer": "ipython3",
   "version": "3.8.0"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 4
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published