Yuho Imai
Yuho Imai (今井 優歩, Imai Yūho, born 29 June 1995) is a Japanese female badminton player.[1][2]
Yuho Imai | |
---|---|
Personal information | |
Country | |
Born | Nara Prefecture, Japan | 29 June 1995
Height | 1.64 m (5 ft 5 in) |
Weight | 59 kg (130 lb) |
Handedness | Right |
Women's doubles | |
Highest ranking | 142 (3 August 2017) |
BWF profile |
Achievements
BWF Grand Prix
The BWF Grand Prix has two level such as Grand Prix Gold and Grand Prix. It is a series of badminton tournaments, sanctioned by Badminton World Federation (BWF) since 2007.
Women's Doubles
Year | Tournament | Partner | Opponent | Score | Result |
---|---|---|---|---|---|
2017 | Russian Open | 6–11, 11–6, 7–11, 11–7, 5–11 | |||
- BWF Grand Prix Gold tournament
- BWF Grand Prix tournament
BWF International Challenge/Series
Women's Doubles
Year | Tournament | Partner | Opponent | Score | Result |
---|---|---|---|---|---|
2016 | Sydney International | 21-16, 15-21, 21-18 | |||
- BWF International Challenge tournament
- BWF International Series tournament
- BWF Future Series tournament
gollark: Nope, not keywords.
gollark: <@337621533369303042> Was it you who wanted this?
gollark: Takes ages to load words, I'm afraid.
gollark: ```pythonimport thesaurusimport randomimport concurrent.futures as futureswords_to_synonyms = {}synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def fetch_word(word): results = concat(thesaurus.Word(word).synonyms("all")) return resultsdef add_words(words): with futures.ThreadPoolExecutor(max_workers=50) as executor: word_futures = {executor.submit(fetch_word, word): word for word in words} for future in futures.as_completed(word_futures): word = word_futures[future] try: data = future.result() except Exception as exc: print(f"Error fetching {word}: {exc}") else: add_synonyms(data, word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)__builtins__.engrave("Hi!")```
gollark: Ah yes. Global Interpreter Lock. Right. This may be hard.
References
- "Players: Yuho Imai". bwfbadminton.com. Badminton World Federation. Retrieved 23 November 2016.
- "メンバー紹介-選手紹介". act-saikyo.com (in Japanese). Act Saikyo. Retrieved 20 October 2016.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.