Ham Community Space


Ham Community space

Background

Some residents of Parkleys started thinking of the idea of having a space to be able to get toguether. We met with representatives of Ham Parade Market and Makers United because we did not want to restrict it to only Parkleys residents. The options concluded from the meeting were:

  1. Rent out an existing location. Pro: We get to make it for the purpose we want. Cons: we will need to pay rent to someone that might not have the community at heart.
  2. Book Existing community spaces. Pro: low barrier of entry. Con: will need to be left as multi-use area.
  3. Buy a space outright. Pro: future ensured. Con: high upfront cost: mortgage.

The conclusion of that meeting was that we needed to make a survey to be able to gauge the interest of our neighbours. We have shared a survey with the local (known) community.

Known possible facilities

  • Costa Coffee (On Ham Parade).
  • Bistro/cafe (on Ham Parade).
  • Richmond Makerlabs (15 min walk from Ham Parade in Ham Close).
  • Best and nearest purpose built co-working space Cadbury Works (near Kingston Station, 65 bus stop).
  • www.richmondroadstudios.co.uk
  • Ham Library (15 min walk from Ham Parade).
  • Ashburnham Road Cafe (opposite the Library)
  • Hand and Flowcer Pub (currently closed but on Ham Parade).
  • St. Andrew’s Church Hall (10 Min walk from Parade).
  • St. Thomas Church Hall (10 Min Walk from Parade).
  • Ham Brewery Tap (currently closed and for sale, 10 min Walk from Parade.).
  • Ham Church Community Hall (20 Min Walk from Parade).
  • St. Richards Community Hall (25 Min Walk from Parade).
  • Garage in Parkleys (5 min Walk from Parade, none for sale or rent at the moment).
  • St. Georges Industrial Estate.

Discussion about a TW10 booking app

One option that came after the survey was to instead of finding a new facility, to work with existing facilities making it easier to book the online. Key exchange can be done via IOT smart locks.

Survey Text

Over the last few months, we have had to adapt to spending more time at home. Both employees and employers are seeing the pros (and cons) of working from home and an increasing number of people are working freelance or as business owners. Employers are now suggesting that partial working from home will be offered as be a part of future employment arrangements. Responding to this change, a group of residents has suggested setting up a community-led space. It would be a local resource providing space, services, networking, socialising and supporting our health and wellbeing.

Responses

import pandas as pd
import matplotlib.pyplot as plt
df = pd.read_csv('Community Space(1-23)PlusHardCopy.csv')
pd.set_option('display.max_rows', None)
pd.set_option('display.max_colwidth', -1)

Would you use a local community-led space (within a 15 min walk)?

Q1=df['Would you use a local community-led space (within a 15 min walk)?'].value_counts()
Q1.plot.pie()
plt.ylabel('')
plt.title('Question1');

What would you like to use it for primarily?

Q2=df['What would you like to use it for primarily?'].value_counts()
Q2.plot.pie()
plt.ylabel('')
plt.title('Question2');

Other responses:

Q3=pd.DataFrame(df["If you selected 'other', what other uses would you be interested in?"]).dropna()
Q3
If you selected 'other', what other uses would you be interested in?
0 All of the above
8 Woodworking
11 All the above
12 All of the above....possibly
16 Possibly more than one of above, also could food and drink be available?
18 Indoor cycling
25 Hiring meeting space?, Co-working/making space - equipment, printer etc.; Group activities e.g. yoga; Events/Social Space; Other
26 Events/Social Space

In a co-working/networking space, what would you use? You can select more than one.

col_name4="In a co-working/networking space, what would you use?  You can select more than one."
df.rename(columns={col_name4:'Q_4'}, inplace=True)
q4_df = pd.DataFrame(df['Q_4'])
Q4_df=q4_df.assign(Q_4=q4_df.Q_4.str.split(';')).explode('Q_4')
Q4=Q4_df['Q_4'].value_counts()
Q4.plot.pie()
plt.ylabel('')
plt.title('Question4');

If you selected other, you can provide more information here.

Q5=pd.DataFrame(df["If you selected other, you can provide more information here."]).dropna()
Q5
If you selected other, you can provide more information here.
1 It would just be nice to have the option to work somewhere other than my spare room for a change! And I do appreciate how lucky I am to have a spare room.
16 Food and drink if possible
26 Networking, sharing ideas with your community;Social and wellbeing; Displaying/advertising your service/products

Would you, or your employer, pay a weekly or monthly subscription?

Q6=df['Would you, or your employer, pay a weekly or monthly subscription?'].value_counts()
Q6.plot.pie()
plt.ylabel('')
plt.title('Question 6');

Feel free to add any other comments or ideas?

Q7=pd.DataFrame(df["Feel free to add any other comments or ideas?"]).dropna()
Q7
Feel free to add any other comments or ideas?
1 I wish my employer would be willing to pay a subscription!
3 Keep me in the loop - not much I can help on/with, but interested to hear any news:
7 Retired, but could pay a modest amount. I have no local friends but can drive. I LIVE IN KT3
8 A wood & metal working space aka bloqspace
13 Makers of different crafts approach me to find them a place/studio where they can create.I strongly believe that it would be beneficial for our community.Here to support if you need me.
16 Hope this idea can progress- good luck!
20 I am a consultant. I don’t need an office but a co-working space with a specific desk I could rent and use when needed would be great. I need good wifi.
21 workshops and stuff.
22 I’m definitely interested in being kept in the loop on this idea -sounds like a brilliant initiative. I work in the city and hope my employer will allow flexible working in the future. I love the idea of a space for life beyond work as well - yoga/events and much needed get-togethers! Also, I’m trying to convince some friends who live in east London at the moment to move to Ham - this type of space would definitely appeal to them! Thanks,
24 A means of contact concerning the estate.
25 A space which could be both meeting and preformaces space would be good. Good Luck!

10 min walk

Back to blog

A Community Interest

C4AD was registered as a Private company limited by guarantee without share capital Community Interest Company (CIC). In short: not for profit and asset locked. The company's activities will provide benefit to those living in the South West London area and beyond with the use of Science, Technology, Engineering, Arts and Maths. STEM needs Arts to be successful so at C4AD S.T.E.A.M. is promoted: the aim is to demystify STEAM. The company is no more, but the activities continue as a free time activity!