- @janderson.fferreira (instagram)
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
| pandas==1.4.1 | |
| pendulum |
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
| import xml.etree.ElementTree as xmlET | |
| import pandas as pd | |
| import click | |
| from zipfile import ZipFile | |
| @click.group() | |
| def cli(): | |
| pass | |
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
| GET /genesis_profit/_update_by_query | |
| { | |
| "script": "ctx._source.remove('GapPercentualDiario')", | |
| "query": { | |
| "bool": { | |
| "must": [ | |
| { | |
| "exists": { | |
| "field": "GapPercentualDiario" | |
| } |
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
| import pandas as pd | |
| pd.options.display.float_format = '{:,.2f}'.format |
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
| import pandas as pd | |
| pd.options.display.float_format = '${:,.2f}'.format |
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
| Usando a gem https://github.com/chimpchamp/gibbon | |
| seguintes passos adicional | |
| > gb = Gibbon.new("130106ad3d03663dadc2fdc0a0d150c5-us4") | |
| > gb.lists | |
| {"total"=>1, "data"=>[{"id"=>"e2b771b034", "web_id"=>63249, "name"=>"teste", "date_created"=>"2012-04-09 03:41:42", "email_type_option"=>false, "use_awesomebar"=>true, "default_from_name"=>"teste1", "default_from_email"=>"[email protected]", "default_subject"=>"teste de grupo", "default_language"=>"en", "list_rating"=>0, "subscribe_url_short"=>"http://eepurl.com/kKPG1", "subscribe_url_long"=>"http://empresai.us4.list-manage2.com/subscribe?u=d982c93883cb9a49de816f58f&id=e2b771b034", "beamer_address"=>"ZDk4MmM5Mzg4M2NiOWE0OWRlODE2ZjU4Zi03N2YxY2EwNS00MDg2LTRlZmUtYTA5OC0xOGIzNDRhYjk1N2U=@campaigns.mailchimp.com", "stats"=>{"member_count"=>1, "unsubscribe_count"=>0, "cleaned_count"=>0, "member_count_since_send"=>1, "unsubscribe_count_since_send"=>0, "cleaned_count_since_send"=>0, "campaign_count"=>0, "grouping_count"=>0, "group_count"=>0, "merge_var_count"=>2, "av |
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
| # -*- coding: utf-8 -*- | |
| # Form implementation generated from reading ui file 'main.ui' | |
| # | |
| # Created: Sat Mar 24 03:20:20 2012 | |
| # by: pyside-uic 0.2.11 running on PySide 1.1.0 | |
| # | |
| # WARNING! All changes made in this file will be lost! | |
| from PySide import QtCore, QtGui, QtWebKit |
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
| cd /tmp | |
| sudo apt-get update | |
| sudo apt-get install git-core curl build-essential openssl libssl-dev apache2-utils g++ | |
| git clone https://github.com/joyent/node.git && cd node | |
| git checkout v0.7.6 | |
| ./configure | |
| make | |
| sudo make install | |
| curl http://npmjs.org/install.sh | sudo sh |