Skip to content

Instantly share code, notes, and snippets.

https://gist.github.com/2090021
df <- sqldf("SELECT *
FROM distributed, visited
WHERE
distributed.husband == visited.Name
OR
distributed.wife == visited.Name")
df <- sqldf("SELECT *
FROM distributed, visited
WHERE
distributed.husband == visited.Name
OR
distributed.wife == visited.Name")
df <- sqldf("SELECT *
FROM distributed, visited
WHERE
distributed.husband == visited.Name
OR
distributed.wife == visited.Name")
@TarekDib03
TarekDib03 / index.html
Created August 9, 2015 08:06
Scatterplot
<!doctype HTML>
<meta charset = 'utf-8'>
<html>
<head>
<script src='http://ramnathv.github.io/rCharts/libraries/widgets/polycharts/js/polychart2.standalone.js' type='text/javascript'></script>
<style>
.rChart {
display: block;
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Import Libraries"
]
},
{
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Import Libraries"
]
},
{
{
"cells": [
{
"cell_type": "code",
"execution_count": 60,
"metadata": {},
"outputs": [],
"source": [
"# Import pandas and read the data set. Use dropna() to drop NaN values. Then reset the index\n",
"import pandas as pd\n",
{
"cells": [
{
"cell_type": "code",
"execution_count": 60,
"metadata": {},
"outputs": [],
"source": [
"# Import pandas and read the data set. Use dropna() to drop NaN values. Then reset the index\n",
"import pandas as pd\n",
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.