This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
itsu deploy | |
info: Welcome to Nodejitsu kfox2010 | |
info: jitsu v0.13.3, node v0.10.21 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in node app.js | |
warn: Local package version appears to be old | |
warn: The package.json version will be incremented automatically | |
warn: About to write /Users/kevin_fox/Documents/Fall 2013/Nodejs/appTest1/package.json | |
warn: Using '*' as a version for dependencies may eventually cause issues |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "Assignment 4 - PART 1 (Including EXTRA CREDIT)" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tickers": [ | |
{ | |
"symbol": "AAPL", | |
"name": "Apple Inc." | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tickers": [ | |
{ | |
"symbol": "AAPL", | |
"companyName": "Apple Inc.", | |
"releaseInfo": [ | |
["FQ1 '14","BMO","02/06/2014"], | |
["FQ2 '14","BMO","06/06/2014"] | |
] | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"estimates": [ | |
{ | |
"tickerSymbol": "AAPL", | |
"username" : "kfox2010", | |
"userFullName":"Kevin Fox", | |
"estimateFQ": "FQ1 '14" | |
}, | |
{ | |
"tickerSymbol": "GS", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"swaggerVersion": "1.2", | |
"basePath": "http://localhost:8000/greetings", | |
"apis": [ | |
{ | |
"path": "/hello/{subject}", | |
"operations": [ | |
{ | |
"method": "GET", | |
"summary": "Greet our subject with hello!", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cells": [ | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"## General Assembly Data Science Final Project\n", | |
"# Lending Club Loan Data Analysis\n", | |
"Samir Poonawala\n", | |
"\n", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Overview | |
Below is an example onetime script on how we are doing the querying for Holding for the security exposure filter. | |
Gotta Fix 2 Issues first though: | |
1. Holdings as of now are linked on only `Company` objects and not able to link to `MutualFund`. | |
2. We match on `exchange_symbol` rather than cusip cuz we couldn't as of now and we gotta change that. |
OlderNewer