Search
You can find the results of your search below.
Fulltext results:
- 05
- YC Open Data</a> website, and in this lab we will use what we know about tables, lists, and functions t... a pruned version removing the columns that aren’t used for this lab.</p> <p>Load the pruned sheet into ... de class="string">"color"</code> columns. You can use <code>table-to-map</code> just as you’ve used Pyret’s built-in functions in previous labs.</p> </block
- 04
- here exists data that either isn’t valid or isn’t useful, and you need to find ways to effectively sort... t your <code>ssid</code> will be different; don’t use this one!</p> <p>To make sure the spreadsheet lo... ng</code>, <code>Number</code>, etc. – we need to use the <code>sanitize</code> functions when we load ... rs.</p> <p><strong>Hint</strong>: You’ll want to use at least <code>num-sanitizer</code> and <code>str
- 03
- part-1-filtering">Part 1: Filtering</h2> <p>Let’s use the power of filtering to learn more from our can... this lab, the data set is frozen and it’s okay to use it for testing your functions.</p> <p><strong>Tas... Write an expression in the definitions pane that uses this new column to compute how many candies meet... .</p> <p><strong>Hint</strong>: This requires the use of the <a href="https://www.cs.vassar.edu/~cs101/
- 01
- <h2 id="opening-cpo">Opening CPO</h2> <ol> <li><p>Use our CS account to log in to one of the Linux work... ons">Interactions and definitions</h2> <p>Getting used to the Pyret Editor can be a bit tricky. Let us ... djust the font size or change the colors CPO will use. You can make yourself comfortable or stick with ... y clicking the <em>Run</em> button at the top (or use the shortcut <code>Ctrl</code>-<code>enter</code>
- 02
- ode> expressions,</li> <li>writing functions that use <code>if</code> expressions, and</li> <li>writing... >Consider making a simple weather app that alerts users of severe weather based on wind speed using the... 73.880</li> </ul> <p>For testing, you may want to use the coordinates</p> <ul> <li>(41.686804, -73.8956... vere-alert</code>. Can you think of a way you can use the <code>saffir-simpson</code> function you’ve a
- 06
- e code for <code>long-strings</code>, show how to use <code>filter</code> to accomplish the same thing
- 07
- de>), it’s a good idea to write a template we can use for functions that take that data as input.</p> <