You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/03-data/16-pandas.markdown
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,10 @@ is a data structures and analysis library.
49
49
shows how to use the `crosstab` function in pandas so you can summarize
50
50
and group data.
51
51
52
+
*[How to Convert a Python Dictionary to a Pandas DataFrame](https://www.marsja.se/how-to-convert-a-python-dictionary-to-a-pandas-dataframe/)
53
+
is a straightforward tutorial with example code for loading and adding
54
+
data stored in a typical Python dictionary into a DataFrame.
55
+
52
56
* This two-part series on loading data into a pandas DataFrame presents
53
57
what to do
54
58
[when CSV files do not match your expectations](http://blog.enthought.com/python/with-and-without-the-canopy-data-import-tool-loading-data-theres-no-such-thing-as-a-simple-csv-file/)
Copy file name to clipboardExpand all lines: content/pages/04-web-development/52-twilio.markdown
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,14 +88,20 @@ for fellow developers.
88
88
and [Bottle](https://www.twilio.com/blog/2016/08/getting-started-python-bottle-twilio-sms-mms.html)
89
89
apps to learn from while building your own projects.
90
90
91
+
*[Serverless Phone Number Validation with AWS Lambda, Python and Twilio](https://www.twilio.com/blog/serverless-phone-number-validation-aws-lambda-python-twilio)
92
+
walks through using the Python runtime on [AWS Lambda](/aws-lambda.html)
93
+
and Twilio's APIs for validating phone number information.
94
+
95
+
91
96
*[Google Cloud recommends developers use Twilio](https://cloud.google.com/appengine/docs/standard/python/sms/twilio)
92
97
for communications in their apps and provides a short walkthrough for
0 commit comments