Skip to content

Commit

Permalink
Add output styling
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-strange committed Aug 30, 2024
1 parent e1324b2 commit 86e4ad6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/data/explorations/pages/house-prices-vacant-homes.vto
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,9 @@ ROOT = Path('../')
ROOT.resolve()
</pre></code>

<div class='padded python-output'>PosixPath('/Users/lukestrange/Code/housing')</div>



PosixPath('/Users/lukestrange/Code/housing')



Read in the data we need. We processed this already so it will be straightforward to combine it into one table.

Now we will read in the data we need. We processed this already so it will be straightforward to combine it into one table.

<pre><code class="language-python">
hp_wage_ratio = pd.read_parquet(ROOT / 'data/house-prices/site/hp_to_wage_ratio.parquet')
Expand Down

0 comments on commit 86e4ad6

Please sign in to comment.